Skip to content

Commit 5ec43a0

Browse files
author
arch
committed
update actions versions
1 parent 58cf3a1 commit 5ec43a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease_windows_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cp "contrib/Installer/assets/json.lua" "dist/funscript-editor/OFS/json.lua"
6363
6464
- name: Create Asset Archive
65-
uses: vimtor/action-zip@v1
65+
uses: vimtor/action-zip@v1.1
6666
with:
6767
files: dist/funscript-editor
6868
recursive: true

.github/workflows/release_windows_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "${{ steps.get_version.outputs.version }}" > dist/funscript-editor/funscript_editor/VERSION.txt
7373
7474
- name: Create Asset Archive
75-
uses: vimtor/action-zip@v1
75+
uses: vimtor/action-zip@v1.1
7676
with:
7777
files: dist/funscript-editor
7878
recursive: true

0 commit comments

Comments
 (0)