chore(deps): update actions/cache action to v4
All checks were successful
renovate / renovate (push) Successful in 4m52s

This commit is contained in:
Renovate Bot 2024-01-17 17:03:41 +00:00
parent 989b5311e4
commit bb519fc5b6

@ -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