Skip to content

Commit

Permalink
Switch from haskell/actions/setup from haskell-actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Feb 1, 2024
1 parent a87d3fc commit b65dd57
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]
- name: Set up Haskell
id: setup-haskell
uses: haskell/actions/setup@v1
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/[email protected]
- name: Set up Haskell
id: setup-haskell
uses: haskell/actions/setup@v1
uses: haskell-actions/setup@v2
with:
stack-version: 'latest'
- name: Cache Stack global package DB
Expand Down

0 comments on commit b65dd57

Please sign in to comment.