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 1b3b116 commit 0abd8f3Copy full SHA for 0abd8f3
.github/workflows/python-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v3
16
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
17
with:
18
python-version: "3.x"
19
.github/workflows/test.yaml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/setup-node@v4
54
55
node-version: "18"
56
57
58
python-version: "${{ matrix.python-version }}"
59
0 commit comments