diff --git a/.github/workflows/hlint.yml b/.github/workflows/hlint.yml index f39191b48a..d31197129b 100644 --- a/.github/workflows/hlint.yml +++ b/.github/workflows/hlint.yml @@ -18,7 +18,7 @@ jobs: version: '3.3.4' - name: 'Checking code' - uses: rwe/actions-hlint-run@v1 + uses: rwe/actions-hlint-run@v2 with: hlint-bin: "hlint --with-group=extra --hint=ghcide/.hlint.yaml" path: '[ "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe"]'