mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-25 03:50:09 +09:00
👷 use latest major version for actions/checkout
This commit is contained in:
parent
00ef748cc0
commit
b4ae41752e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
||||
run-tests-ext: sh
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
#-------- Python 3 -----
|
||||
- name: Set up supported Python ${{ matrix.python-version }}
|
||||
id: setup-python
|
||||
@ -433,7 +433,7 @@ jobs:
|
||||
name: Linter
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user