Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 472ff06

Browse files
authored
Pin Python 3.12 in actions/setup-python
1 parent f0acfa9 commit 472ff06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
access_token: ${{ secrets.GITHUB_TOKEN }}
1818
- uses: actions/setup-python@master
1919
with:
20-
python-version: 3
20+
python-version: '3.12'
2121
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
2222
working-directory: /usr/local/bin
2323
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb six
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/setup-python@master
5454
with:
55-
python-version: 3
55+
python-version: '3.12'
5656
- uses: actions/checkout@master
5757
with:
5858
repository: python/cpython

0 commit comments

Comments
 (0)