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.
1 parent 51bf0f1 commit 92c3c07Copy full SHA for 92c3c07
.github/workflows/python-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v5
16
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
17
with:
18
python-version: "3.x"
19
.github/workflows/test.yaml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/setup-node@v5
56
57
node-version: "lts/*"
58
59
60
python-version: "${{ matrix.python-version }}"
61
0 commit comments