From cf4fb1c7c93a3b7d3a252651bc0622d33311e742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:01:09 +0000 Subject: [PATCH] chore(deps): bump joncloud/makensis-action from 3.7 to 4.1 Bumps [joncloud/makensis-action](https://github.com/joncloud/makensis-action) from 3.7 to 4.1. - [Release notes](https://github.com/joncloud/makensis-action/releases) - [Commits](https://github.com/joncloud/makensis-action/compare/v3.7...v4.1) --- updated-dependencies: - dependency-name: joncloud/makensis-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index f4c0e57..8fef719 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -144,7 +144,7 @@ jobs: unversioned_binary=${{ matrix.binary }}_setup.exe echo nsis_installer_name=${unversioned_binary//kapow_/kapow_${release#v}_} >> $GITHUB_OUTPUT - name: Create Windows installer - uses: joncloud/makensis-action@v3.7 + uses: joncloud/makensis-action@v4.1 env: NSIS_VERSION: ${{ steps.set-vars.outputs.nsis_version }} NSIS_INSTALLER_NAME: ${{ steps.set-vars.outputs.nsis_installer_name }}