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 f497c3d + c25f03c commit 25918f6Copy full SHA for 25918f6
.github/workflows/python-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: actions/setup-python@v5
17
with:
18
python-version: "3.x"
.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
49
allow-failure: true
50
51
52
53
- uses: actions/setup-node@v4
54
55
node-version: "18"
0 commit comments