Skip to content

Commit 92b793f

Browse files
committed
Bump CI actions
1 parent 23cd93b commit 92b793f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: haskell/actions/setup@v2
14+
- uses: actions/checkout@v4
15+
- uses: haskell-actions/setup@v2
1616
with:
1717
ghc-version: ${{ matrix.ghc }}
1818
- name: Cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
env:
2121
cache-name: cabal
2222
with:

0 commit comments

Comments
 (0)