Skip to content

Commit 9394ee3

Browse files
⬆️ Bump Minionguyjpro/Inno-Setup-Action from 1.2.5 to 1.2.6
Bumps [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases) - [Commits](Minionguyjpro/Inno-Setup-Action@v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: Minionguyjpro/Inno-Setup-Action dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16f68f5 commit 9394ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-windows-packages-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
"${{github.event.release.tag_name}}-debug" | Out-File ".\dist\turing-system-monitor\version.txt"
3737
3838
- name: Create InnoSetup installer from generated binaries
39-
uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
39+
uses: Minionguyjpro/Inno-Setup-Action@v1.2.6
4040
with:
4141
path: tools/windows-installer/turing-system-monitor.iss
4242
options: /O+

.github/workflows/generate-windows-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
"${{github.event.release.tag_name}}" | Out-File ".\dist\turing-system-monitor\version.txt"
3737
3838
- name: Create InnoSetup installer from generated binaries
39-
uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
39+
uses: Minionguyjpro/Inno-Setup-Action@v1.2.6
4040
with:
4141
path: tools/windows-installer/turing-system-monitor.iss
4242
options: /O+

0 commit comments

Comments
 (0)