Skip to content

Commit cf9d743

Browse files
authored
Merge pull request #794 from mathoudebine/dependabot/github_actions/Minionguyjpro/Inno-Setup-Action-1.2.6
2 parents ffb9073 + 9394ee3 commit cf9d743

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)