From 37f99967c21826aed9c79c77c395464db08194d4 Mon Sep 17 00:00:00 2001 From: FML128 Date: Tue, 21 Jan 2025 11:38:20 +0100 Subject: [PATCH] Update aur/action.yml --- aur/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur/action.yml b/aur/action.yml index 4f9f2e5..e89e2c2 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@v4 + uses: actions/cache/restore@v4 with: path: aur key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}