mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-28 04:54:59 -04:00
Pin dependencies
This commit is contained in:
parent
b3c3e99e7b
commit
c59ac523e1
9 changed files with 11 additions and 11 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
upload-gpg:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
id: release-upload
|
||||
uses: SELF@vTest
|
||||
|
|
|
|||
Loading…
Reference in a new issue