From 94b3897fafad9f5d17c50230471dee59819e26ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:53:55 +0000 Subject: [PATCH] build(deps): Bump repolevedavaj/install-nsis from 1.2.1 to 1.3.0 Bumps [repolevedavaj/install-nsis](https://github.com/repolevedavaj/install-nsis) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/repolevedavaj/install-nsis/releases) - [Commits](https://github.com/repolevedavaj/install-nsis/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: repolevedavaj/install-nsis dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d671d7..a8217a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - name: Install NSIS if: runner.os == 'Windows' - uses: repolevedavaj/install-nsis@v1.2.1 + uses: repolevedavaj/install-nsis@v1.3.0 with: nsis-version: '3.11'