mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-02-19 00:23:24 +00:00
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 <michael.kriese@gmx.de> Co-authored-by: lucaguth_tesat <lucaguth_tesat@noreply.code.forgejo.org> Co-committed-by: lucaguth_tesat <lucaguth_tesat@noreply.code.forgejo.org>
This commit is contained in:
parent
6e3a26f82a
commit
8250610532
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue