From fff84a84a4c0346af5160e92b085ce0c940312d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:24:20 +0000 Subject: [PATCH] Bump haskell-actions/hlint-setup Bumps [haskell-actions/hlint-setup](https://github.com/haskell-actions/hlint-setup) from 87280353856dea2cb5596618b662440634bbcaad to fe9cd1cd1af94a23900c06738e73f6ddb092966a. - [Release notes](https://github.com/haskell-actions/hlint-setup/releases) - [Commits](https://github.com/haskell-actions/hlint-setup/compare/87280353856dea2cb5596618b662440634bbcaad...fe9cd1cd1af94a23900c06738e73f6ddb092966a) --- 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 bb531a7..4cac1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: haskell-actions/hlint-setup@87280353856dea2cb5596618b662440634bbcaad + - uses: haskell-actions/hlint-setup@fe9cd1cd1af94a23900c06738e73f6ddb092966a - uses: haskell-actions/hlint-run@v2 with: fail-on: status