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

Merged
renovate-bot merged 1 commit from renovate/actions-cache-4.x into main 2024-04-03 17:54:19 +02:00

View file

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