From 1eea45507736a30bae7f4970ab87a39a5c83f766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 09:09:21 +0000 Subject: [PATCH] Bump haskell/actions from 1.2 to 2.4 Bumps [haskell/actions](https://github.com/haskell/actions) from 1.2 to 2.4. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1.2...v2.4) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index dcee9c3..b8f39b3 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: haskell/actions/setup@v1.2 + - uses: haskell/actions/setup@v2.4 id: setup-haskell-cabal name: Setup Haskell with: