Skip to content

Commit fa9b510

Browse files
authored
Update lints.yml
1 parent 761d01f commit fa9b510

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: [3.9]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v3
2121
with:
@@ -26,4 +26,4 @@ jobs:
2626
pip install flake8
2727
- name: Analysing the code with flake8
2828
run: |
29-
flake8 $(git ls-files '*.py')
29+
flake8 $(git ls-files '*.py')

0 commit comments

Comments
 (0)