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.
This commit is contained in:
Anton Latukha 2020-12-13 12:52:26 +02:00 committed by GitHub
parent a3265899bf
commit a44e20ab55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
~/.cabal/store
dist-newstyle
key: ${{ runner.os }}-Cabal-${{ matrix.ghc }}
- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
- name: "Install additional system packages"

View File

@ -26,7 +26,7 @@ jobs:
~/.cabal/store
dist-newstyle
key: ${{ runner.os }}-Cabal-${{ matrix.ghc }}
- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
- name: "Install additional system packages"