Skip to content

Commit 73ca4f7

Browse files
committed
Migrate to haskell-actions/setup
As of 2023-09-09, haskell/action/setup is no longer maintained.
1 parent eaa5245 commit 73ca4f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
8080
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
8181

82-
- uses: haskell/actions/setup@v2
82+
- uses: haskell-actions/setup@v2
8383
id: setup-haskell
8484
with:
8585
ghc-version: ${{ matrix.ghc }}
@@ -219,7 +219,7 @@ jobs:
219219
apt-get update
220220
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
221221
222-
- uses: haskell/actions/setup@v2
222+
- uses: haskell-actions/setup@v2
223223
id: setup-haskell
224224
with:
225225
ghc-version: ${{ matrix.ghc }}
@@ -272,7 +272,7 @@ jobs:
272272
sudo chown -R $USER /usr/local/.ghcup
273273
sudo chmod -R 777 /usr/local/.ghcup
274274
fi
275-
- uses: haskell/actions/setup@v2
275+
- uses: haskell-actions/setup@v2
276276
id: setup-haskell
277277
with:
278278
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)