Skip to content

Commit d0ba1fe

Browse files
Update actions/cache action to v4 (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cd975f commit d0ba1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Cache cabal store
2424
id: cache
25-
uses: actions/cache/restore@v3
25+
uses: actions/cache/restore@v4
2626
with:
2727
key: bump-action-cabal-store-${{ runner.os }}-${{ github.sha }}
2828
path: ~/.cabal/store
@@ -100,7 +100,7 @@ jobs:
100100
cabal build --only-dependencies --enable-tests --write-ghc-environment-files=always ${{ env.CABAL_FLAGS }}
101101
102102
- name: Save cache
103-
uses: actions/cache/save@v3
103+
uses: actions/cache/save@v4
104104
if: always()
105105
with:
106106
key: ${{ steps.cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)