From b71893ff6550efe9804de2eac074822d48a631e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:10:54 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.8.1 to 2.8.2 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/7909071ceec0344debcc968c6c7a96a52e8dd0d7...82e8b5066385702e477d9dc98f287070493e8abd) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.8.2 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 76587ed..156f326 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@7909071ceec0344debcc968c6c7a96a52e8dd0d7 # v2.8.1 + - uses: haskell-actions/setup@82e8b5066385702e477d9dc98f287070493e8abd # v2.8.2 with: enable-stack: true