Skip to content

Commit e83c476

Browse files
committed
[GitHub Actions] Bump innosetup
1 parent e429bb2 commit e83c476

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI_windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ jobs:
718718
$VerbosePreference = "Continue"
719719
. "src\.ci\powershell\request.ps1"
720720
721-
$INNOSETUP_DL_URL = "https://files.jrsoftware.org/is/6/innosetup-6.4.3.exe"
722-
$INNOSETUP_DL_SHA256 = "f3c42116542c4cc57263c5ba6c4feabfc49fe771f2f98a79d2f7628b8762723b"
721+
$INNOSETUP_DL_URL = "https://files.jrsoftware.org/is/6/innosetup-6.5.0.exe"
722+
$INNOSETUP_DL_SHA256 = "79b7a1063b3888bb8eceb44a8c28e90ccdaa22ac71f9272de1dac79b42941dbd"
723723
724724
$INNOSETUP_DL_PATH = ".\dependency-dl\innosetup.exe"
725725
$req = Req -Params @{ 'Method'='GET';'Uri'="$INNOSETUP_DL_URL";'OutFile'="${INNOSETUP_DL_PATH}" } -Retries 3 -SecondsDelay 10 -ExpectedHash "${INNOSETUP_DL_SHA256}" -Algorithm SHA256
@@ -759,8 +759,8 @@ jobs:
759759
$VerbosePreference = "Continue"
760760
. "src\.ci\powershell\request.ps1"
761761
762-
$TRANSLATIONS_COMMIT_DL_URL = "https://github.com/jrsoftware/issrc/archive/47df9c75754f1433acf624c7b94a96911f866532.zip"
763-
$TRANSLATIONS_COMMIT_DL_SHA512 = "75bece013b2393f8c5536afee82ef93f830fbb05b6264000b6449a57f969b959369f8bb54e2ed13972eca6ed0e825ebaf6dc5a6525903ce9d072cf5d5b5c093a"
762+
$TRANSLATIONS_COMMIT_DL_URL = "https://github.com/jrsoftware/issrc/archive/bf7dc5d0fce1c1743167f07a89dff8d224acba51.zip"
763+
$TRANSLATIONS_COMMIT_DL_SHA512 = "0faf94c9639b69fbfcfb06edd23a00baa39704dab3a4c097f4a0c8e9a654d4f98d855c861b391f7f44cb38a4c7d0b4efb9c9f0811477930b3f5ca2d6dbd8a63e"
764764
765765
$TRANSLATIONS_COMMIT_DL_PATH = ".\dependency-dl\translations_commit.zip"
766766
$req = Req -Params @{ 'Method'='GET';'Uri'="$TRANSLATIONS_COMMIT_DL_URL";'OutFile'="${TRANSLATIONS_COMMIT_DL_PATH}" } -Retries 3 -SecondsDelay 10 -ExpectedHash "${TRANSLATIONS_COMMIT_DL_SHA512}" -Algorithm SHA512

0 commit comments

Comments
 (0)