Skip to content

Commit a4b8e64

Browse files
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](haskell/actions@v1...v2) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ced7aa commit a4b8e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
example: ['cabal', 'lsp-types']
110110

111111
steps:
112-
- uses: haskell/actions/setup@v1
112+
- uses: haskell/actions/setup@v2
113113
with:
114114
ghc-version : ${{ matrix.ghc }}
115115
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)