From 8cf55ec7f10ad5f96c1c186e91b9530e5d221fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 16:27:51 +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/v2.7.11...v2.8.0) --- 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/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c8953d4d2b..82a50589e4 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -127,7 +127,7 @@ jobs: example: ['cabal', 'lsp-types'] steps: - - uses: haskell-actions/setup@v2.7.11 + - uses: haskell-actions/setup@v2.8.0 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}