mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-27 01:15:07 +03:00
CI: Use haskell/actions/setup@v2
This commit is contained in:
parent
5778f6f9f2
commit
af084f6bc2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
with:
|
||||
poetry-version: 1.4.2
|
||||
|
||||
- uses: haskell/actions/setup@v1
|
||||
- uses: haskell/actions/setup@v2
|
||||
id: setup-haskell
|
||||
with:
|
||||
ghc-version: ${{ matrix.ghc-version }}
|
||||
@ -266,7 +266,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- uses: haskell/actions/setup@v1
|
||||
- uses: haskell/actions/setup@v2
|
||||
with:
|
||||
ghc-version: '8.10.7'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user