From 431bb020bfbc84d6032eb7bc0904705cd9efec9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 18:03:14 +0000 Subject: [PATCH] Bump haskell/actions from 2.3.3 to 2.3.6 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.3 to 2.3.6. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.3.3...v2.3.6) --- 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 ea5bcdda9e..e86bbcb8e7 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -113,7 +113,7 @@ jobs: example: ['cabal', 'lsp-types'] steps: - - uses: haskell/actions/setup@v2.3.3 + - uses: haskell/actions/setup@v2.3.6 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}