Skip to content

Commit 6f76a9e

Browse files
dswarbrickallamiro
authored andcommitted
lint: update checkout and setup-python action versions
Signed-off-by: Daniel Swarbrick <[email protected]>
1 parent a67d0c6 commit 6f76a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
flake8:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.11'
15+
python-version: '3.12'
1616
- uses: py-actions/flake8@v2
1717

1818
shellcheck:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)