From 82553817d402da0dc1baca98e09e6c13863ce24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 00:49:23 +0000 Subject: [PATCH] :arrow_up: Bump Minionguyjpro/Inno-Setup-Action from 1.2.6 to 1.2.7 Bumps [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases) - [Commits](https://github.com/minionguyjpro/inno-setup-action/compare/v1.2.6...v1.2.7) --- updated-dependencies: - dependency-name: Minionguyjpro/Inno-Setup-Action dependency-version: 1.2.7 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 295f3f58..c0a52f4b 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.6 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.7 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 6f92f5a3..569c8537 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.6 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.7 with: path: tools/windows-installer/turing-system-monitor.iss options: /O+