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 6bc047a + ca51dad commit c8f0df0Copy full SHA for c8f0df0
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
15
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
16
with:
17
python-version: "3.x"
18
.github/workflows/pythonpackage.yml
@@ -44,7 +44,7 @@ jobs:
44
fetch-depth: 0
45
46
- name: Set up Python ${{ matrix.python-version }}
47
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
48
49
python-version: ${{ matrix.python-version }}
50
allow-prereleases: ${{ matrix.experimental }}
0 commit comments