File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20240316
11
+ # version: 0.19.20240418
12
12
#
13
- # REGENDATA ("0.19.20240316 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20240418 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -204,7 +204,7 @@ jobs:
204
204
chmod a+x $HOME/.cabal/bin/cabal-plan
205
205
cabal-plan --version
206
206
- name : checkout
207
- uses : actions/checkout@v3
207
+ uses : actions/checkout@v4
208
208
with :
209
209
path : source
210
210
- name : autoreconf
@@ -245,7 +245,7 @@ jobs:
245
245
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
246
246
cabal-plan
247
247
- name : restore cache
248
- uses : actions/cache/restore@v3
248
+ uses : actions/cache/restore@v4
249
249
with :
250
250
key : ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
251
251
path : ~/.cabal/store
@@ -276,7 +276,7 @@ jobs:
276
276
rm -f cabal.project.local
277
277
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
278
278
- name : save cache
279
- uses : actions/cache/save@v3
279
+ uses : actions/cache/save@v4
280
280
if : always()
281
281
with :
282
282
key : ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments