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 8adc521 + 9004ffd commit 12b9f51Copy full SHA for 12b9f51
.github/workflows/publish.yml
@@ -139,7 +139,7 @@ jobs:
139
with:
140
fallback: 0.0.1
141
142
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
143
144
python-version: 3.13
145
.github/workflows/servc.yml
@@ -57,7 +57,7 @@ jobs:
57
submodules: true
58
59
- name: Setup Python ${{ matrix.python-version }}
60
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
61
62
python-version: ${{ matrix.python-version }}
63
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments