From ac9265e774d92b1730c2683bb1e79fc1eaa49d12 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 17 Sep 2023 22:51:15 +0100 Subject: [PATCH] ci: Replace deprecated haskell/actions/hlint-* See https://github.com/haskell/actions/pull/301#issuecomment-1722353522 --- .github/workflows/hlint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hlint.yaml b/.github/workflows/hlint.yaml index 26539b8b..4ae67664 100644 --- a/.github/workflows/hlint.yaml +++ b/.github/workflows/hlint.yaml @@ -11,12 +11,12 @@ jobs: - uses: actions/checkout@v4 - name: 'Set up HLint' - uses: haskell/actions/hlint-setup@v2 + uses: haskell-actions/hlint-setup@v2 with: version: '3.5' - name: 'Run HLint' - uses: haskell/actions/hlint-run@v2 + uses: haskell-actions/hlint-run@v2 with: path: '["XMonad/", "tests/", "scripts/"]' fail-on: status