From b3688f687b41e8b6d191019be47a50c2c06777ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 02:57:27 +0000 Subject: [PATCH] Bump haskell/actions from 2.4.1 to 2.4.3 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.1 to 2.4.3. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.1...v2.4.3) --- 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 c8a6f281ac..eb3d9da49a 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.1 + - uses: haskell/actions/setup@v2.4.3 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}