1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-24 08:58:53 +00:00

[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

@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.10" # Keep this in sync with release.yml's prepare job
- name: Install requirements