Skip to content

Commit dc2e3e3

Browse files
committed
haskell/actions/setup -> haskell-actions/setup
the former is deprecated
1 parent 7f09ab5 commit dc2e3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- name: Set up Haskell
2828
id: setup-haskell-cabal
29-
uses: haskell/actions/setup@v2
29+
uses: haskell-actions/setup@v2
3030
with:
3131
ghc-version: ${{ matrix.ghc }}
3232
cabal-version: ${{ matrix.cabal }}
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@v2
118118
- name: Set up Haskell
119119
id: setup-haskell-cabal
120-
uses: haskell/actions/setup@v2
120+
uses: haskell-actions/setup@v2
121121
with:
122122
ghc-version: ${{ matrix.ghc }}
123123
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)