Skip to content

Commit 97694d2

Browse files
chore(deps): bump actions/cache from 4 to 5 (#30221)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6088c5 commit 97694d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ref: master
4343

4444
- name: Restore cache commit-user-lookup.json
45-
uses: actions/cache/restore@v4
45+
uses: actions/cache/restore@v5
4646
with:
4747
path: z2m/scripts/commit-user-lookup.json
4848
key: commit-user-lookup-dummy
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
GH_TOKEN: ${{secrets.GH_TOKEN}}
6969
- name: Save cache commit-user-lookup.json
70-
uses: actions/cache/save@v4
70+
uses: actions/cache/save@v5
7171
if: always()
7272
with:
7373
path: z2m/scripts/commit-user-lookup.json

0 commit comments

Comments
 (0)