Thanks to visit codestin.com Credit goes to github.com
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 4a9922f + d1cb8c7 commit 68272aaCopy full SHA for 68272aa
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
12
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
13
with:
14
python-version: "3.x"
15
.github/workflows/pythonpackage.yml
@@ -30,7 +30,7 @@ jobs:
30
fetch-depth: 0
31
32
- name: Set up Python ${{ matrix.python-version }}
33
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
34
35
python-version: ${{ matrix.python-version }}
36
allow-prereleases: ${{ matrix.experimental }}
0 commit comments