From 9578dd0d5ca4b0e9a586cea6c6f59ee94235c7fa Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes <529415+asfernandes@users.noreply.github.com> Date: Fri, 17 May 2024 08:29:57 -0300 Subject: [PATCH] Try avoiding new git security measure --- .github/workflows/tzdata-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tzdata-update.yml b/.github/workflows/tzdata-update.yml index d24f438a05..252bff62d7 100644 --- a/.github/workflows/tzdata-update.yml +++ b/.github/workflows/tzdata-update.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ matrix.branch }} - name: Checkout ICU - run: git clone --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout + run: git clone -c core.hooksPath=/dev/null --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout - name: Check and update run: |