From 1f8908150a9f4c310659e2f97e9047f8e85aebff Mon Sep 17 00:00:00 2001 From: lucaguth_tesat Date: Thu, 15 Jan 2026 10:38:52 +0000 Subject: [PATCH] Use location cache action instead of the action from data.forgejo.org --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f6725c7..d652aa3 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,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