aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-04 16:53:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-06 19:00:00 -0800
commitb63d579ba28d07cc0a42fb47fb3eb1213764608b (patch)
treeddd8e7839f9adb3ed7774bdbbbf9a96fc0759b5a /.github
parent51c3c93f0f0e7a225d259795ea225a7496288ef6 (diff)
downloadpandoc-b63d579ba28d07cc0a42fb47fb3eb1213764608b.tar.gz
CI: use haskell/actions/setup.
actions/haskell-setup is no longer maintained.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c3f29caef..30a0a025a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
# need to install older cabal/ghc versions from ppa repository
- name: Install recent cabal/ghc
- uses: actions/setup-haskell@v1.1.3
+ uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.versions.ghc }}
cabal-version: ${{ matrix.versions.cabal }}
@@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v2
# We should have ghc 8.10, cabal, stack pre-installed
- # - uses: actions/setup-haskell@v1.1.3
+ # - uses: haskell/actions/setup@v1
# with:
# enable-stack: true
# stack-version: 'latest'
@@ -157,7 +157,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install recent cabal/ghc
- uses: actions/setup-haskell@v1.1.3
+ uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.versions.ghc }}
cabal-version: ${{ matrix.versions.cabal }}