mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-28 04:54:59 -04: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"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- if: ${{ inputs.release-notes-assistant }}
|
- if: ${{ inputs.release-notes-assistant }}
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
key: rna-${{ inputs.repo }}
|
key: rna-${{ inputs.repo }}
|
||||||
path: ${{ forge.action_path }}/rna
|
path: ${{ forge.action_path }}/rna
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue