Skip to content

Commit 03bd16e

Browse files
authored
Merge pull request #1447 from haskell/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents a9e2ffa + 8f676cb commit 03bd16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
180180
cabal-plan
181181
- name: restore cache
182-
uses: actions/cache/restore@v4
182+
uses: actions/cache/restore@v5
183183
with:
184184
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
185185
path: ~/.cabal/store
@@ -210,7 +210,7 @@ jobs:
210210
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
211211
- name: save cache
212212
if: always()
213-
uses: actions/cache/save@v4
213+
uses: actions/cache/save@v5
214214
with:
215215
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
216216
path: ~/.cabal/store

0 commit comments

Comments
 (0)