We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b95752 + 2deea36 commit 34d13e2Copy full SHA for 34d13e2
1 file changed
.github/workflows/pylint.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
python-version: ["3.9", "3.10", "3.11", "3.12"]
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v4
20
with:
0 commit comments