From ba33e505fe18e73e72663be5719744b717c273bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 11:39:39 +0200 Subject: [PATCH] chore(deps): bump joncloud/makensis-action from 3.5 to 3.6 (#177) Bumps [joncloud/makensis-action](https://github.com/joncloud/makensis-action) from 3.5 to 3.6. - [Release notes](https://github.com/joncloud/makensis-action/releases) - [Commits](https://github.com/joncloud/makensis-action/compare/v3.5...v3.6) --- updated-dependencies: - dependency-name: joncloud/makensis-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 21bb08d..75c035e 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.5 + uses: joncloud/makensis-action@v3.6 env: NSIS_VERSION: ${{ steps.set-vars.outputs.nsis_version }} NSIS_INSTALLER_NAME: ${{ steps.set-vars.outputs.nsis_installer_name }}