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