chore: Bump actions/cache from 3 to 4 (#20870)

This commit is contained in:
dependabot[bot]
2024-01-18 18:34:04 +01:00
committed by GitHub
parent e76f568f0f
commit 76ea57b732
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
ref: master
- name: Restore cache commit-user-lookup.json
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: z2m/scripts/commit-user-lookup.json
key: commit-user-lookup-dummy
@@ -62,7 +62,7 @@ jobs:
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
- name: Save cache commit-user-lookup.json
uses: actions/cache/save@v3
uses: actions/cache/save@v4
if: always()
with:
path: z2m/scripts/commit-user-lookup.json