Skip to content

Commit be3c882

Browse files
committed
Use haskell-actions instead of haskell/actions
The latter is deprecated
1 parent f912cd1 commit be3c882

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
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v4
6969

70-
- uses: haskell/actions/setup@v2
70+
- uses: haskell-actions/setup@v2.7
7171
id: setup-haskell-cabal
7272
name: Setup Haskell
7373
with:

0 commit comments

Comments
 (0)