From b51a832c3bdf4fcf678cbaac8a8e08f4d7aee9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:42:37 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.6.3 to 2.7.0 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.6.3...v2.7.0) --- updated-dependencies: - dependency-name: haskell-actions/setup 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 cbd6d086a5..83cfcc5b2a 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -126,7 +126,7 @@ jobs: example: ['cabal', 'lsp-types'] steps: - - uses: haskell-actions/setup@v2.6.3 + - uses: haskell-actions/setup@v2.7.0 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}