From de98a5d80f913b90ff4d30a0f3a0ade90323bd86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:50:35 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7.6 to 2.7.7 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.6 to 2.7.7. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.7.6...v2.7.7) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-patch ... 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 99b25adf7a..ee7745a7e0 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.6 + - uses: haskell-actions/setup@v2.7.7 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}