From 69b4dd789bc4047052b047fe32d7dc3b8644122f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 06:59:27 +0000 Subject: [PATCH] chore(deps): bump joncloud/makensis-action from v3.4 to v3.5 Bumps [joncloud/makensis-action](https://github.com/joncloud/makensis-action) from v3.4 to v3.5. - [Release notes](https://github.com/joncloud/makensis-action/releases) - [Commits](https://github.com/joncloud/makensis-action/compare/v3.4...18ba43d8e0eaa02d6d0a302e74a3468b5a96786a) 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 6f1bc18..2885bae 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -135,7 +135,7 @@ jobs: unversioned_binary=${{ matrix.binary }}_setup.exe echo ::set-output name=nsis_installer_name::${unversioned_binary//kapow_/kapow_${release#v}_} - name: Create Windows installer - uses: joncloud/makensis-action@v3.4 + uses: joncloud/makensis-action@v3.5 env: NSIS_VERSION: ${{ steps.set-vars.outputs.nsis_version }} NSIS_INSTALLER_NAME: ${{ steps.set-vars.outputs.nsis_installer_name }}