From 09f7aead84bb3ba9ab6967e1ae09e6c7c5050787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:40:09 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.7.8 to 2.7.9 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.8 to 2.7.9. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.7.8...v2.7.9) --- 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 35fd1ad5f4..659352e4e6 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.8 + - uses: haskell-actions/setup@v2.7.9 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}