From a4b8e645a2368de0f5cb5f9b398897af895eabe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 03:05:36 +0000 Subject: [PATCH] Bump haskell/actions from 1 to 2 Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... 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 f409ad7140..52959d946c 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -109,7 +109,7 @@ jobs: example: ['cabal', 'lsp-types'] steps: - - uses: haskell/actions/setup@v1 + - uses: haskell/actions/setup@v2 with: ghc-version : ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}