From 4aa601f033c78a03482a8cfee32c8f004ef2d904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 04:01:29 +0000 Subject: [PATCH] Bump haskell-actions/hlint-setup Bumps [haskell-actions/hlint-setup](https://github.com/haskell-actions/hlint-setup) from 9e09cc3653fc13702000a35f638a27b064adfbbe to 2dde24b8db6a73a492478d10ff933c42bc09c212. - [Release notes](https://github.com/haskell-actions/hlint-setup/releases) - [Commits](https://github.com/haskell-actions/hlint-setup/compare/9e09cc3653fc13702000a35f638a27b064adfbbe...2dde24b8db6a73a492478d10ff933c42bc09c212) --- updated-dependencies: - dependency-name: haskell-actions/hlint-setup dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3105f32..b8f8bd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: haskell-actions/hlint-setup@9e09cc3653fc13702000a35f638a27b064adfbbe + - uses: haskell-actions/hlint-setup@2dde24b8db6a73a492478d10ff933c42bc09c212 - uses: haskell-actions/hlint-run@v2 with: fail-on: status