fix(ignore): bump actions/cache from 5 to 6 (#32394)

This commit is contained in:
dependabot[bot]
2026-06-25 18:33:24 +02:00
committed by GitHub
parent 628f97f498
commit 280442b671
+2 -2
View File
@@ -42,7 +42,7 @@ jobs:
ref: master
- name: Restore cache commit-user-lookup.json
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: z2m/scripts/commit-user-lookup.json
key: commit-user-lookup-dummy
@@ -67,7 +67,7 @@ jobs:
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
- name: Save cache commit-user-lookup.json
uses: actions/cache/save@v5
uses: actions/cache/save@v6
if: always()
with:
path: z2m/scripts/commit-user-lookup.json