Skip to content

Commit

Permalink
ci: update innosetup to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jan 20, 2025
1 parent 2f9cebf commit 4f7e3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-cache-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-cache-
- run: choco install innosetup --version 6.3.3
- run: choco install innosetup --version 6.4.0
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 4f7e3e3

Please sign in to comment.