mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2026-05-22 15:22:11 +00:00
update actions/cache to v5
This fixes a security error issue. Signed-off-by: JesseBot <jessebot@linux.com>
This commit is contained in:
parent
f6fccc5a1b
commit
1b22b4032a
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- if: ${{ inputs.release-notes-assistant }}
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
key: rna-${{ inputs.repo }}
|
||||
path: ${{ forge.action_path }}/rna
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue