Skip to content

Commit 0ccb178

Browse files
authored
Upgrade from deprecated haskell/actions/setup to haskell-actions/setup in benchmarks (#4068)
1 parent f844a29 commit 0ccb178

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
@@ -121,7 +121,7 @@ jobs:
121121
example: ['cabal', 'lsp-types']
122122

123123
steps:
124-
- uses: haskell/actions/setup@v2.4.7
124+
- uses: haskell-actions/setup@v2.6.1
125125
with:
126126
ghc-version : ${{ matrix.ghc }}
127127
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)