mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-28 21:14:59 -04:00
Pin dependencies
This commit is contained in:
parent
b3c3e99e7b
commit
c59ac523e1
9 changed files with 11 additions and 11 deletions
|
|
@ -63,7 +63,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- if: ${{ inputs.release-notes-assistant }}
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
key: rna-${{ inputs.repo }}
|
||||
path: ${{ forge.action_path }}/rna
|
||||
|
|
|
|||
Loading…
Reference in a new issue