Skip to content

Commit

Permalink
Use the latest versions of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Oct 28, 2023
1 parent 7409675 commit 72c117e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- pypy-3.9
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -33,8 +33,8 @@ jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install flake8, isort and mypy
run: |
python -m pip install flake8 isort mypy
Expand Down

0 comments on commit 72c117e

Please sign in to comment.