mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
Upgrade GitHub Actions (#643)
This commit is contained in:
parent
fc41f4aa84
commit
ed70f2e619
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
- "3.9"
|
- "3.9"
|
||||||
- "3.10"
|
- "3.10"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install ffmpeg
|
- name: Install ffmpeg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user