Skip to content

Commit cc8f1fc

Browse files
committed
Bump CI actions
1 parent 265a780 commit cc8f1fc

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
@@ -12,12 +12,12 @@ jobs:
1212

1313
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: haskell/actions/setup@v2
15+
- uses: actions/checkout@v4
16+
- uses: haskell-actions/setup@v2
1717
with:
1818
ghc-version: ${{ matrix.ghc }}
1919
- name: Cache
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
env:
2222
cache-name: cache-cabal
2323
with:

0 commit comments

Comments
 (0)