Skip to content

Commit

Permalink
replace deprecated haskell/actions with haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Laforge committed Sep 17, 2024
1 parent d546da5 commit 4a340d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- gh-actions
pull_request: {} # Validate all PRs

defaults:
Expand Down Expand Up @@ -35,8 +36,8 @@ jobs:
- os: windows-latest
ghc: '9.10'
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 4a340d9

Please sign in to comment.