Skip to content

Commit b48ddb3

Browse files
committed
CI: use haskell/actions/setup v2 [skip ci]
1 parent 57fce6c commit b48ddb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232

3333
- name: Install cabal/ghc
34-
uses: haskell/actions/setup@v1
34+
uses: haskell/actions/setup@v2
3535
id: setup-haskell
3636
with:
3737
ghc-version: ${{ matrix.ghc-version }}

0 commit comments

Comments
 (0)