From 3205bb33f2f9d425c68f86088ba9484a67ea2893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:30:57 -0700 Subject: [PATCH] Bump Minionguyjpro/Inno-Setup-Action from 1.2.7 to 1.2.8 (#932) Bumps [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases) - [Commits](https://github.com/minionguyjpro/inno-setup-action/compare/v1.2.7...v1.2.8) --- updated-dependencies: - dependency-name: Minionguyjpro/Inno-Setup-Action dependency-version: 1.2.8 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 234cefa..843fa79 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.7 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.8 with: path: win_inno_installscript.iss - name: Rename installer diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7cf773..1cb42ab 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.7 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.8 with: path: win_inno_installscript.iss - name: Rename installer