ci: Upgrade haskell/actions version

This commit is contained in:
Li-yao Xia 2023-03-14 00:06:47 +00:00
parent 61001741df
commit 60da2dbb8a

View File

@ -53,10 +53,10 @@ jobs:
ghc: 8.0
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
with: