From 472ff06c98addd13738ac3bb66fa27b24e9e6c6c Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Tue, 4 Feb 2025 14:43:31 -0300 Subject: [PATCH] Pin Python 3.12 in actions/setup-python --- .github/workflows/update-and-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-and-build.yml b/.github/workflows/update-and-build.yml index eca7adcc0..35b5faa4f 100644 --- a/.github/workflows/update-and-build.yml +++ b/.github/workflows/update-and-build.yml @@ -17,7 +17,7 @@ jobs: access_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-python@master with: - python-version: 3 + python-version: '3.12' - run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash working-directory: /usr/local/bin - run: pip install requests cogapp polib transifex-python sphinx-intl blurb six @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/setup-python@master with: - python-version: 3 + python-version: '3.12' - uses: actions/checkout@master with: repository: python/cpython