From dc9cf1160cf82315826ea5b917b285c1a85b1098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:05:18 +0000 Subject: [PATCH] :arrow_up: Bump Minionguyjpro/Inno-Setup-Action from 1.2.7 to 1.2.8 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] --- .github/workflows/generate-windows-packages-debug.yml | 2 +- .github/workflows/generate-windows-packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-windows-packages-debug.yml b/.github/workflows/generate-windows-packages-debug.yml index ba515f8f..0bcaf584 100644 --- a/.github/workflows/generate-windows-packages-debug.yml +++ b/.github/workflows/generate-windows-packages-debug.yml @@ -36,7 +36,7 @@ jobs: "${{github.event.release.tag_name}}-debug" | Out-File ".\dist\turing-system-monitor\version.txt" - name: Create InnoSetup installer from generated binaries - uses: Minionguyjpro/Inno-Setup-Action@v1.2.7 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.8 with: path: tools/windows-installer/turing-system-monitor.iss options: /O+ diff --git a/.github/workflows/generate-windows-packages.yml b/.github/workflows/generate-windows-packages.yml index fac6d446..c9c7e101 100644 --- a/.github/workflows/generate-windows-packages.yml +++ b/.github/workflows/generate-windows-packages.yml @@ -36,7 +36,7 @@ jobs: "${{github.event.release.tag_name}}" | Out-File ".\dist\turing-system-monitor\version.txt" - name: Create InnoSetup installer from generated binaries - uses: Minionguyjpro/Inno-Setup-Action@v1.2.7 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.8 with: path: tools/windows-installer/turing-system-monitor.iss options: /O+