Skip to content

Commit 59351e5

Browse files
github-actions[bot]isc-adang
authored andcommitted
[autoupdate-ICU] update ICU from "ICU 74.1" to "ICU 74.2"
1 parent a99dacf commit 59351e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actions/dependencies.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ set -euxo pipefail
1010
# in actions/updatelib.py.
1111

1212
# START DEPENDENCY-AUTOUPDATE SECTION
13-
ICU_NAME="ICU 74.1"
14-
ICU_URL_WIN=https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-Win64-MSVC2022.zip
15-
ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-src.tgz
13+
ICU_NAME="ICU 74.2"
14+
ICU_URL_WIN=https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-Win64-MSVC2019.zip
15+
ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz
1616
JSON_VERSION=3.11.3
1717
JSON_URL=https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip
1818
PYVERSIONS_WIN="3.7.9 3.8.10 3.9.13 3.10.11 3.11.7 3.12.1"

0 commit comments

Comments
 (0)