From 7dcf5178e3f6ddba64bf545e16f57b519cd72a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 23:43:21 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7.10 to 2.7.11 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.10 to 2.7.11. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/d9b5b3fcf7ca56b8fe585c9b77d3b0ce466affd2...64445b6b5dd545faf5f8e2acee8253eb5c2b29aa) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.7.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d839b48..c517a15 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: key: build-${{ hashFiles('app/**', 'src/**', 'test/**') }} restore-keys: build- - - uses: haskell-actions/setup@d9b5b3fcf7ca56b8fe585c9b77d3b0ce466affd2 # v2.7.10 + - uses: haskell-actions/setup@64445b6b5dd545faf5f8e2acee8253eb5c2b29aa # v2.7.11 with: enable-stack: true