mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 11:41:52 +00:00
use suggestion from dirkf
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
a06c20105b
commit
879c8b235f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -435,7 +435,9 @@ jobs:
|
|||
name: Linter
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
show-progress: false
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue