Skip to content

Commit c97c17e

Browse files
committed
Update action version
1 parent afc229f commit c97c17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-haskell@v1
19+
- uses: actions/setup-haskell@v2
2020
with:
21-
ghc-version: '8.10.3'
21+
ghc-version: '9.4.7'
2222
cabal-version: '2.4'
2323

2424
- name: Cache

0 commit comments

Comments
 (0)