mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-01-16 08:14:36 +00:00
Use location cache action instead of the action from data.forgejo.org
This commit is contained in:
parent
cda3ae330b
commit
1f8908150a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue