From cf2a98e626049c442cc097e1feee6339a95c5765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 13:18:07 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7.11 to 2.8.0 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.11 to 2.8.0. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/64445b6b5dd545faf5f8e2acee8253eb5c2b29aa...96f3dafd067155f32643c2a0757ab71d2910e2c2) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c517a15..88ac9d1 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@64445b6b5dd545faf5f8e2acee8253eb5c2b29aa # v2.7.11 + - uses: haskell-actions/setup@96f3dafd067155f32643c2a0757ab71d2910e2c2 # v2.8.0 with: enable-stack: true