Skip to content

Commit b72d534

Browse files
authored
Update pylint.yml
Update deprecated actions/checkout@v2 to v3
1 parent 287eb87 commit b72d534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
python-version: ["3.8", "3.9"]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/setup-python@v2
1515
with:

0 commit comments

Comments
 (0)