From 5bdbb8a988be7e5868ac69f17da3e241c2e5dc44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:47:47 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7.9 to 2.7.10 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.9 to 2.7.10. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/bbd90a29996ac33b1c644a42206e312fc0379748...d9b5b3fcf7ca56b8fe585c9b77d3b0ce466affd2) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.7.10 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 9057dcc..01c0db6 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@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9 + - uses: haskell-actions/setup@d9b5b3fcf7ca56b8fe585c9b77d3b0ce466affd2 # v2.7.10 with: enable-stack: true