Update .github/workflows/build_push.yml
This commit is contained in:
parent
cb4c9eecb7
commit
44fdb1266d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -154,9 +154,9 @@ jobs:
|
|||
packages: "build-tools;34.0.0"
|
||||
|
||||
- name: Set up Python
|
||||
uses: https://github.com/actions/setup-python@v4
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13.4'
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Checkout main branch
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue