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 1c41ea9 commit cc17231Copy full SHA for cc17231
.github/workflows/generate_json_schema.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
repository: ${{ github.event.pull_request.head.repo.full_name }}
30
ref: ${{ github.event.pull_request.head.ref }}
31
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
32
33
node-version: ${{ env.NODE_VERSION }}
34
- uses: actions/setup-python@v5
.github/workflows/workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v5
21
22
23
24
25
- run: node --version
0 commit comments