Skip to content

Commit

Permalink
Update joncloud/makensis-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 8058c4b commit 12069da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
make.exe genzip
- name: create installer
uses: joncloud/makensis-action@v3.7
uses: joncloud/makensis-action@v4.1
with:
arguments: "/V3"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make.exe genzip
- name: create installer
uses: joncloud/makensis-action@v3.7
uses: joncloud/makensis-action@v4.1
with:
arguments: "/V3"

Expand Down

0 comments on commit 12069da

Please sign in to comment.