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

This commit is contained in:
Renovate Bot 2024-04-03 15:54:18 +00:00
parent c255d3e75e
commit f1ba83bbbe
Signed by: renovate-bot
GPG key ID: 23D02BCB8A8300A3

View file

@ -18,7 +18,7 @@ runs:
- name: Restore aur cache - name: Restore aur cache
if: steps.cache-aur-key.outputs.cache-aur-key != 'empty' if: steps.cache-aur-key.outputs.cache-aur-key != 'empty'
id: cache-aur-restore id: cache-aur-restore
uses: https://code.forgejo.org/actions/cache/restore@v3 uses: https://code.forgejo.org/actions/cache/restore@v4
with: with:
path: aur path: aur
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }} key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}