Skip to content

Commit

Permalink
updated checkout and setup python action versions (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Lepekhin <andrey@lepekhin.com>
  • Loading branch information
andrey-lepekhin and Andrey Lepekhin authored Dec 22, 2023
1 parent 32a51a5 commit 94af405
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 @@ -6,9 +6,9 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Linting
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ 3.8, 3.9, '3.10', 3.11 ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 94af405

Please sign in to comment.