1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-16 22:25:40 +07:00

[ci] Bump actions/setup-python to v5

Authored by: bashonly
This commit is contained in:
bashonly
2024-02-11 15:47:16 +01:00
committed by Simon Sawicki
parent 867f637b95
commit b14e818b37
5 changed files with 11 additions and 11 deletions

View File

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