Skip to content

Commit

Permalink
Use haskell-actions v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl committed Feb 23, 2024
1 parent ae4a74f commit 172c401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2.6.1
id: setup-haskell-cabal
name: Setup Haskell
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2.6.1
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 172c401

Please sign in to comment.