Skip to content

Commit dca0a5c

Browse files
committed
Use haskell-actions/setup, not the deprecated haskell/actions/setup
1 parent 05f5ac2 commit dca0a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
submodules: true
3131

32-
- uses: haskell/actions/setup@v1
32+
- uses: haskell-actions/setup@v2
3333
id: setup-haskell
3434
with:
3535
ghc-version: ${{ matrix.ghc-version }}

0 commit comments

Comments
 (0)