From 5b3db89556237416a2c55e6c4b5315139dfef00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:00:49 -0500 Subject: [PATCH] Bump haskell-actions/hlint-setup (#39) Bumps [haskell-actions/hlint-setup](https://github.com/haskell-actions/hlint-setup) from 87280353856dea2cb5596618b662440634bbcaad to 285e006d7b88f4da9371b8180829507d42d43756. - [Release notes](https://github.com/haskell-actions/hlint-setup/releases) - [Commits](https://github.com/haskell-actions/hlint-setup/compare/87280353856dea2cb5596618b662440634bbcaad...285e006d7b88f4da9371b8180829507d42d43756) --- updated-dependencies: - dependency-name: haskell-actions/hlint-setup dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 091da07..f0fd56b 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@87280353856dea2cb5596618b662440634bbcaad + - uses: haskell-actions/hlint-setup@285e006d7b88f4da9371b8180829507d42d43756 - uses: haskell-actions/hlint-run@v2 with: fail-on: status