1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00
This commit is contained in:
Thomas Merz 2024-04-24 10:21:33 +02:00 committed by GitHub
commit 52944d3141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ jobs:
# apt in runner, if needed, may not be up-to-date # apt in runner, if needed, may not be up-to-date
sudo apt-get update sudo apt-get update
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
#-------- Python 3 ----- #-------- Python 3 -----
- name: Set up supported Python ${{ matrix.python-version }} - name: Set up supported Python ${{ matrix.python-version }}
id: setup-python id: setup-python
@ -464,7 +464,7 @@ jobs:
name: Linter name: Linter
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: