Upgrade GitHub Actions again (#679)

This commit is contained in:
Christian Clauss 2022-07-11 23:02:31 +02:00 committed by GitHub
parent ef00863269
commit 35886c970c
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@v2 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install ffmpeg - name: Install ffmpeg
@ -37,7 +37,7 @@ jobs:
black: black:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Black - name: Black
run: | run: |
# TODO: use standard `psf/black` action after dropping Python 2 support. # TODO: use standard `psf/black` action after dropping Python 2 support.