chore(deps): update actions/cache action to v4
This commit is contained in:
parent
6e2ad0bb49
commit
683af6ddd7
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue