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 fc41f4a commit ed70f2eCopy full SHA for ed70f2e
.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
17
- "3.9"
18
- "3.10"
19
steps:
20
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install ffmpeg
0 commit comments