From 33684ef869bb775b93cfc348d0f5d4773904ee5f Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 5 Nov 2025 11:20:06 +0000 Subject: [PATCH] Add `setup-python` step to `update-bundle` workflow --- .github/workflows/update-bundle.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-bundle.yml b/.github/workflows/update-bundle.yml index f2c3cd40c..a8e9eb630 100644 --- a/.github/workflows/update-bundle.yml +++ b/.github/workflows/update-bundle.yml @@ -40,6 +40,11 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" + - name: Set up Python + uses: actions/setup-python@v6 + with: + python-version: '3.12' + - name: Set up Node.js uses: actions/setup-node@v6 with: