Skip to content

Commit 4a340d9

Browse files
author
Evan Laforge
committed
replace deprecated haskell/actions with haskell-actions
1 parent d546da5 commit 4a340d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- gh-actions
67
pull_request: {} # Validate all PRs
78

89
defaults:
@@ -35,8 +36,8 @@ jobs:
3536
- os: windows-latest
3637
ghc: '9.10'
3738
steps:
38-
- uses: actions/checkout@v2
39-
- uses: haskell/actions/setup@v1
39+
- uses: actions/checkout@v4
40+
- uses: haskell-actions/setup@v2
4041
id: setup-haskell-cabal
4142
with:
4243
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)