Skip to content

Commit

Permalink
lint: update checkout and setup-python action versions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Swarbrick <[email protected]>
  • Loading branch information
dswarbrick committed Oct 18, 2024
1 parent 18fcb1c commit ab6bfd6
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 @@ -9,14 +9,14 @@ jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- uses: py-actions/flake8@v2

shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master

0 comments on commit ab6bfd6

Please sign in to comment.