Skip to content

Commit 7accbfe

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/openapitools/openapi-generator-cli-2.25.0
2 parents 80f77fc + 2c8241a commit 7accbfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.11'
3030

3131
- name: Set up Node.js
32-
uses: actions/setup-node@v5
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: '20'
3535

.github/workflows/publish_sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.11'
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@v5
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: '20'
2929

0 commit comments

Comments
 (0)