Skip to content

Commit f089686

Browse files
authored
Merge pull request #8 from 3scale-labs/dependabot/github_actions/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2 parents 033f535 + 2289ae1 commit f089686

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Restore bubblewrap from cache
3131
id: cache-bwrap
32-
uses: actions/cache/restore@v4
32+
uses: actions/cache/restore@v5
3333
with:
3434
path: /tmp/bwrap-bin
3535
key: bwrap-${{ runner.os }}-${{ steps.bwrap-commit.outputs.commit }}
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Save bubblewrap to cache
6262
if: steps.cache-bwrap.outputs.cache-hit != 'true'
63-
uses: actions/cache/save@v4
63+
uses: actions/cache/save@v5
6464
with:
6565
path: /tmp/bwrap-bin
6666
key: bwrap-${{ runner.os }}-${{ steps.bwrap-commit.outputs.commit }}

0 commit comments

Comments
 (0)