From f1ba83bbbe78427ac55d98824d8c96eb90e6730f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Apr 2024 15:54:18 +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 983d0f7..7b63fa4 100644 --- a/aur/action.yml +++ b/aur/action.yml @@ -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 }}