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 ed70f2e commit 1e66c2dCopy full SHA for 1e66c2d
.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
- uses: psf/[email protected] # TODO: upgrade after dropping Python 2 support.
42
43
src: ffmpeg # TODO: also format `examples`.
0 commit comments