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 51bf0f1 + 92c3c07 commit 451dcf1Copy full SHA for 451dcf1
.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