From 8250610532a8065af873bfac69fc3f7d72919e0a Mon Sep 17 00:00:00 2001 From: lucaguth_tesat Date: Wed, 18 Feb 2026 08:06:50 +0000 Subject: [PATCH] fix: Use local cache action instead of the action from `data.forgejo.org` (#123) Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/123 Reviewed-by: Michael Kriese Co-authored-by: lucaguth_tesat Co-committed-by: lucaguth_tesat --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 22fd511..c9a8f42 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: using: "composite" steps: - if: ${{ inputs.release-notes-assistant }} - uses: https://data.forgejo.org/actions/cache@v4 + uses: actions/cache@v4 with: key: rna-${{ inputs.repo }} path: ${{ forge.action_path }}/rna