Skip to content

Commit eb4251f

Browse files
committed
Bump CI 'haskell.yml' to latest GHC minors and latest actions
1 parent 35eb01a commit eb4251f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ghc: ['9.8.1', '9.6.3', '9.4.7']
18+
ghc: ['9.8.1', '9.6.4', '9.4.8']
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- uses: haskell-actions/setup@v2
2424
id: setup
@@ -28,7 +28,7 @@ jobs:
2828
cabal-update: true
2929

3030
- name: Cache
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
env:
3333
cache-name: haskell.yml
3434
with:

0 commit comments

Comments
 (0)