From 422b221230d4498739d239279d699bd1c4d057b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:59:08 +0000 Subject: [PATCH] Bump haskell-actions/hlint-setup Bumps [haskell-actions/hlint-setup](https://github.com/haskell-actions/hlint-setup) from 2dde24b8db6a73a492478d10ff933c42bc09c212 to 87280353856dea2cb5596618b662440634bbcaad. - [Release notes](https://github.com/haskell-actions/hlint-setup/releases) - [Commits](https://github.com/haskell-actions/hlint-setup/compare/2dde24b8db6a73a492478d10ff933c42bc09c212...87280353856dea2cb5596618b662440634bbcaad) --- 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 b68d3f3..24e2622 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@2dde24b8db6a73a492478d10ff933c42bc09c212 + - uses: haskell-actions/hlint-setup@87280353856dea2cb5596618b662440634bbcaad - uses: haskell-actions/hlint-run@v2 with: fail-on: status