mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-05 18:20:10 +09:00
Merge 8ee8921485
into d55d1f423d
This commit is contained in:
commit
ba57feaf0b
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -151,7 +151,10 @@ 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
|
# v4+ of the action respect show-progress
|
||||||
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
show-progress: false
|
||||||
#-------- 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
|
||||||
@ -467,7 +470,10 @@ jobs:
|
|||||||
name: Linter
|
name: Linter
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
show-progress: false
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user