chore(deps): update actions/cache action to v4 #125

Merged
Fascinated merged 1 commits from renovate/actions-cache-4.x into master 2024-01-17 17:03:42 +00:00

@ -16,7 +16,7 @@ jobs:
- name: Restore Renovate Cache
id: cache-renovate
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: /tmp/renovate/cache
key: ${{ runner.os }}-renovate-cache
@ -33,7 +33,7 @@ jobs:
- name: Save Renovate Cache
id: cache-renovate
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: /tmp/renovate/cache
key: ${{ runner.os }}-renovate-cache