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 29fc8c7 commit 44e07fbCopy full SHA for 44e07fb
.github/workflows/pylint.yml
@@ -11,9 +11,9 @@ jobs:
11
matrix:
12
python-version: ["3.8"]
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Install dependencies
0 commit comments