From 608db77d65e08cc53af6fcc3a601e73985aab547 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 16 Oct 2024 10:59:32 -0500 Subject: [PATCH] CLDR-18026 fix for commit checker - Update commit-checker.yml to call setup-python - issue in https://github.com/actions/runner-images/issues/10781 --- .github/workflows/commit-checker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/commit-checker.yml b/.github/workflows/commit-checker.yml index 8808fa08770..b858dfa2c2d 100644 --- a/.github/workflows/commit-checker.yml +++ b/.github/workflows/commit-checker.yml @@ -41,6 +41,9 @@ jobs: ref: ${{ github.event.inputs.tool-ref }} lfs: false # not needed here path: icu + - uses: actions/setup-python@v5 + with: + python-version: '3.12' - name: Run Check and Publish run: | echo "::group::Setup Checker"