From 25597bd10b703411eb9f1f337a7112e4caf6bd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:13:41 +0000 Subject: [PATCH] Bump haskell/actions from 1 to 2 Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/haskell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index 3157830315..bd6b1da702 100644 --- a/.github/workflows/haskell.yaml +++ b/.github/workflows/haskell.yaml @@ -33,7 +33,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-work- - - uses: haskell/actions/setup@v1 + - uses: haskell/actions/setup@v2 with: enable-stack: true