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 5d208f0 + 75e7a2f commit dbe0136Copy full SHA for dbe0136
.github/workflows/pylint.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v5
13
- name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
15
with:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
.github/workflows/python-package.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments