8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef00863 commit 35886c9Copy full SHA for 35886c9
.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
17
- "3.9"
18
- "3.10"
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install ffmpeg
@@ -37,7 +37,7 @@ jobs:
37
black:
38
runs-on: ubuntu-20.04
39
40
41
- name: Black
42
run: |
43
# TODO: use standard `psf/black` action after dropping Python 2 support.
0 commit comments