We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b097447 + fdd16bf commit 20373abCopy full SHA for 20373ab
2 files changed
.github/workflows/pylint.yml
@@ -15,7 +15,7 @@ jobs:
15
16
# Step 2: Set up Python environment
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
21
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Set up Python
29
- uses: actions/setup-python@v4
30
31
python-version: "3.11"
32
0 commit comments