From 1cefd9e51ed8b7c53070ee00782badcc770ac860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:30:16 +0000 Subject: [PATCH] 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/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 795d58f55..8355accbf 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -198,7 +198,7 @@ jobs: bash .\install-skytemple-rust.sh } - name: Create installer - uses: joncloud/makensis-action@v3.7 + uses: joncloud/makensis-action@v4.1 with: script-file: "installer/skytemple.nsi" arguments: "/DPRODUCT_VERSION=${{ env.PACKAGE_VERSION }}"