Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Jul 30, 2024
1 parent 259b0f9 commit 75ffd6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
command: [black, pylint, flake8, isort]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"
- name: Cache poetry installation
id: cache-poetry
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: poetry-${{ hashFiles('poetry.lock') }}
path: |
Expand Down

0 comments on commit 75ffd6f

Please sign in to comment.