From ab087c6d49e439663cfb88d96f19d69ccffdaa52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:12:04 -0700 Subject: [PATCH] Bump Minionguyjpro/Inno-Setup-Action from 1.2.8 to 1.2.9 (#983) Bumps [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) from 1.2.8 to 1.2.9. - [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases) - [Commits](https://github.com/minionguyjpro/inno-setup-action/compare/v1.2.8...v1.2.9) --- updated-dependencies: - dependency-name: Minionguyjpro/Inno-Setup-Action dependency-version: 1.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d462e4..3196c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: > zip Supersonic_windows_x64.zip Supersonic.exe libmpv-2.dll SMTC.dll - name: Generate installer - uses: Minionguyjpro/Inno-Setup-Action@v1.2.8 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.9 with: path: win_inno_installscript.iss - name: Rename installer diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fdb4da..b6b6f14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: > zip Supersonic_windows_x64.zip Supersonic.exe libmpv-2.dll SMTC.dll - name: Generate installer - uses: Minionguyjpro/Inno-Setup-Action@v1.2.8 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.9 with: path: win_inno_installscript.iss - name: Rename installer