Skip to content

Commit 66762bc

Browse files
ci: Regenerate haskell-ci
1 parent 1ead969 commit 66762bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.19.20240316
11+
# version: 0.19.20240418
1212
#
13-
# REGENDATA ("0.19.20240316",["github","cabal.project"])
13+
# REGENDATA ("0.19.20240418",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -204,7 +204,7 @@ jobs:
204204
chmod a+x $HOME/.cabal/bin/cabal-plan
205205
cabal-plan --version
206206
- name: checkout
207-
uses: actions/checkout@v3
207+
uses: actions/checkout@v4
208208
with:
209209
path: source
210210
- name: autoreconf
@@ -245,7 +245,7 @@ jobs:
245245
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
246246
cabal-plan
247247
- name: restore cache
248-
uses: actions/cache/restore@v3
248+
uses: actions/cache/restore@v4
249249
with:
250250
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
251251
path: ~/.cabal/store
@@ -276,7 +276,7 @@ jobs:
276276
rm -f cabal.project.local
277277
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
278278
- name: save cache
279-
uses: actions/cache/save@v3
279+
uses: actions/cache/save@v4
280280
if: always()
281281
with:
282282
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}

0 commit comments

Comments
 (0)