Skip to content

Commit 62784bf

Browse files
committed
ci: update haskell action
1 parent 375d078 commit 62784bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cabal-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- 9.8
2222
- 9.6
2323
- 9.4
24-
- 9.2
2524

2625
include:
2726
- os: windows
@@ -34,7 +33,7 @@ jobs:
3433
- uses: actions/checkout@v3
3534

3635
- name: Set up GHC ${{ matrix.ghc-version }}
37-
uses: haskell/actions/setup@v2
36+
uses: haskell-actions/setup@v2
3837
id: setup
3938
with:
4039
ghc-version: ${{ matrix.ghc-version }}

0 commit comments

Comments
 (0)