[ci] Bump actions/setup-python to v6 (#14282)

Authored by: bashonly
This commit is contained in:
bashonly
2025-09-10 16:29:12 -05:00
committed by GitHub
parent 5c1abcdc49
commit 22ea0688ed
7 changed files with 12 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.10" # Keep this in sync with test-workflows.yml
@@ -173,7 +173,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.10"
@@ -241,7 +241,7 @@ jobs:
path: artifact
pattern: build-*
merge-multiple: true
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.10"