From 240ff85b5582bf8d8d10332337e5c7baaea94a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 02:16:37 +0000 Subject: [PATCH] Bump haskell/actions from 2.4.6 to 2.4.7 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.6 to 2.4.7. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.6...v2.4.7) --- updated-dependencies: - dependency-name: haskell/actions 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 4bf2bedd270..bd558576d15 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -121,7 +121,7 @@ jobs: example: ['cabal', 'lsp-types'] steps: - - uses: haskell/actions/setup@v2.4.6 + - uses: haskell/actions/setup@v2.4.7 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}