From 683af6ddd7586cdee6540522838fcd35e1f6b6ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Jan 2024 17:01:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- aur/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur/action.yml b/aur/action.yml index b9ea960..b966297 100644 --- a/aur/action.yml +++ b/aur/action.yml @@ -31,7 +31,7 @@ runs: args: build_aur_packages ${{ inputs.layer_config_file }} - name: Save aur cache if: steps.cache-aur-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: aur key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}