From 3ca158f2c47982b2c27e3af06cafaf6cfc4c1600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:25:15 +0000 Subject: [PATCH 1/2] 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/win-msvc-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-msvc-ci.yml b/.github/workflows/win-msvc-ci.yml index e9cd522..2921a62 100644 --- a/.github/workflows/win-msvc-ci.yml +++ b/.github/workflows/win-msvc-ci.yml @@ -35,7 +35,7 @@ jobs: use-official: true - name: '${{ matrix.icon }} Install NSIS' - uses: repolevedavaj/install-nsis@v1.2.1 + uses: repolevedavaj/install-nsis@v1.3.0 with: nsis-version: '3.11' From 6d5c59e83bf12b79eac9db2c2ced80592067a684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20L=C3=B3pez-Cabanillas?= Date: Tue, 18 Aug 2026 09:29:10 +0200 Subject: [PATCH 2/2] bump NSIS version to 3.12 --- .github/workflows/win-msvc-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-msvc-ci.yml b/.github/workflows/win-msvc-ci.yml index 2921a62..9b283c8 100644 --- a/.github/workflows/win-msvc-ci.yml +++ b/.github/workflows/win-msvc-ci.yml @@ -37,7 +37,7 @@ jobs: - name: '${{ matrix.icon }} Install NSIS' uses: repolevedavaj/install-nsis@v1.3.0 with: - nsis-version: '3.11' + nsis-version: '3.12' - name: '${{ matrix.icon }} Setup MSVC' uses: TheMrMilchmann/setup-msvc-dev@v4