Skip to content

Commit

Permalink
Switch to haskell-actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 17, 2024
1 parent 3641573 commit 4f828ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1.2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1.2
- uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-no-global: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: haskell/actions/setup@v1.2
- uses: haskell-actions/setup@v2
with:
ghc-version: 8.10.7
cabal-version: 3.6.2.0
Expand Down

0 comments on commit 4f828ab

Please sign in to comment.