mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
chore(deps): pin vimtor/action-zip action to 5f1c4aa
This commit is contained in:
parent
ddb912d3b8
commit
a9915d84f1
2
.github/workflows/master-release.yml
vendored
2
.github/workflows/master-release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: "Find and save build_version from manifest"
|
||||
run: awk 'BEGIN { FS="=" } /^build_version/ { print "BUILD="$2; }' manifest >> $GITHUB_ENV
|
||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
|
||||
- uses: vimtor/action-zip@v1
|
||||
- uses: vimtor/action-zip@5f1c4aa587ea41db1110df6a99981dbe19cee310 # tag=v1
|
||||
with:
|
||||
recursive: false
|
||||
files: components/ images/ locale/ settings/ source/ manifest
|
||||
|
2
.github/workflows/unstable-release.yml
vendored
2
.github/workflows/unstable-release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: "Find and save build_version from manifest"
|
||||
run: awk 'BEGIN { FS="=" } /^build_version/ { print "BUILD="$2; }' manifest >> $GITHUB_ENV
|
||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
|
||||
- uses: vimtor/action-zip@v1
|
||||
- uses: vimtor/action-zip@5f1c4aa587ea41db1110df6a99981dbe19cee310 # tag=v1
|
||||
with:
|
||||
recursive: false
|
||||
files: components/ images/ locale/ settings/ source/ manifest
|
||||
|
Loading…
Reference in New Issue
Block a user