mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-27 20:44:58 -04:00
Pin dependencies (#170)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/170 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
parent
b3c3e99e7b
commit
470b524e90
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