Skip to content

Commit

Permalink
Merge pull request #1528 from GaloisInc/ci-setup-v2
Browse files Browse the repository at this point in the history
CI: Use haskell/actions/setup@v2
  • Loading branch information
qsctr authored Jun 15, 2023
2 parents 5778f6f + af084f6 commit 1baa68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
with:
submodules: true

- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
with:
ghc-version: '8.10.7'

Expand Down

0 comments on commit 1baa68b

Please sign in to comment.