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
Showing only changes of commit f1ba83bbbe - Show all commits

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