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

This commit is contained in:
Renovate Bot 2024-01-17 17:01:11 +00:00
parent 6e2ad0bb49
commit 683af6ddd7
Signed by: renovate-bot
GPG key ID: 23D02BCB8A8300A3

View file

@ -31,7 +31,7 @@ runs:
args: build_aur_packages ${{ inputs.layer_config_file }} args: build_aur_packages ${{ inputs.layer_config_file }}
- name: Save aur cache - name: Save aur cache
if: steps.cache-aur-restore.outputs.cache-hit != 'true' if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v3 uses: actions/cache/save@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 }}