Skip to content

Commit a44e20a

Browse files
CI: GitHub: *Cabal-Linux: migrate to official action (#773)
Old GH one become unmaintained (yesterday - officially), and the official successor fork is in `haskell` group.
1 parent a326589 commit a44e20a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Cabal-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
~/.cabal/store
3030
dist-newstyle
3131
key: ${{ runner.os }}-Cabal-${{ matrix.ghc }}
32-
- uses: actions/setup-haskell@v1
32+
- uses: haskell/actions/setup@v1
3333
with:
3434
ghc-version: ${{ matrix.ghc }}
3535
- name: "Install additional system packages"

.github/workflows/On-Release-Cabal-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
~/.cabal/store
2727
dist-newstyle
2828
key: ${{ runner.os }}-Cabal-${{ matrix.ghc }}
29-
- uses: actions/setup-haskell@v1
29+
- uses: haskell/actions/setup@v1
3030
with:
3131
ghc-version: ${{ matrix.ghc }}
3232
- name: "Install additional system packages"

0 commit comments

Comments
 (0)