diff --git a/.github/workflows/win-msvc-ci.yml b/.github/workflows/win-msvc-ci.yml index e9cd522..9b283c8 100644 --- a/.github/workflows/win-msvc-ci.yml +++ b/.github/workflows/win-msvc-ci.yml @@ -35,9 +35,9 @@ 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' + nsis-version: '3.12' - name: '${{ matrix.icon }} Setup MSVC' uses: TheMrMilchmann/setup-msvc-dev@v4