Skip to content

Commit

Permalink
Upgrade GitHub Actions (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 6, 2023
1 parent ded5f5a commit 5fa7876
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yaml
Expand Up @@ -10,10 +10,12 @@ on:

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: psf/black@stable
with:
args: ". --diff --check"
Expand Down

0 comments on commit 5fa7876

Please sign in to comment.