mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-06-10 09:56:36 +00:00
Update actions/cache action to v5 (#172)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/172
This commit is contained in:
parent
82aec6ca37
commit
20a71d1eb4
|
|
@ -63,7 +63,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- if: ${{ inputs.release-notes-assistant }}
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||
with:
|
||||
key: rna-${{ inputs.repo }}
|
||||
path: ${{ forge.action_path }}/rna
|
||||
|
|
|
|||
Loading…
Reference in a new issue