1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-20 08:05:40 +07: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

@@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install test requirements