Upgrade GitHub Actions

This commit is contained in:
Christian Clauss 2022-03-07 11:53:51 +01:00 committed by GitHub
parent fc41f4aa84
commit a92d423356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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