Skip to content

Commit cf75977

Browse files
authored
Merge pull request #2852 from haskell/dependabot/github_actions/haskell/actions-2
Bump haskell/actions from 1 to 2
2 parents 2ced7aa + a4b8e64 commit cf75977

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)