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.
2 parents 9471113 + 6f4a6d8 commit ad8b598Copy full SHA for ad8b598
.github/workflows/pylint.yml
@@ -18,7 +18,7 @@ jobs:
18
PYLINT_ARGS: '--output-format=parseable --errors-only'
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v5
24
with:
0 commit comments