From 5e1227d133ed2f7f1a6018a16eefb90782d9f7ee Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Thu, 7 Sep 2023 09:36:22 -0700 Subject: [PATCH] Update icu4c.yml to 73-2 --- .github/workflows/icu4c.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/icu4c.yml b/.github/workflows/icu4c.yml index 6885bd92..ee20d1a1 100644 --- a/.github/workflows/icu4c.yml +++ b/.github/workflows/icu4c.yml @@ -18,8 +18,8 @@ jobs: # Bump the verion after each release is out. icu_path: - system - - https://github.com/unicode-org/icu/releases/download/release-72-rc/icu4c-72rc-src.tgz - - https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-src.tgz + - https://github.com/unicode-org/icu/releases/download/release-73-rc/icu4c-73rc-src.tgz + - https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz steps: - uses: actions/checkout@v2 # ccache?