From 6d4a9c0ae681a7f1aeba3db47845620f1df9d640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:20:11 -0500 Subject: [PATCH] Bump haskell-actions/hlint-setup (#100) 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> Co-authored-by: Taylor Fausak --- .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 511e1f9..80bbb24 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