We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063da39 commit 7e3dd9bCopy full SHA for 7e3dd9b
.github/workflows/pylint.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
python-version: ["3.8", "3.9"]
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Set up Python ${{ matrix.python-version }}
14
uses: actions/setup-python@v5
15
with:
0 commit comments