Skip to content

Commit

Permalink
Upgrade GitHub Actions again (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 11, 2022
1 parent ef00863 commit 35886c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,9 +17,9 @@ jobs:
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install ffmpeg
Expand All @@ -37,7 +37,7 @@ jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Black
run: |
# TODO: use standard `psf/black` action after dropping Python 2 support.
Expand Down

0 comments on commit 35886c9

Please sign in to comment.