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 2d7f54b commit 76f6073Copy full SHA for 76f6073
.github/workflows/maven-swag-build.yml
@@ -33,7 +33,7 @@ jobs:
33
distribution: ${{ inputs.java-distribution }}
34
35
- name: Setup Node.js
36
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
37
with:
38
node-version: ${{ inputs.node-version }}
39
cache: npm
.github/workflows/maven-swag-deploy.yml
@@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
40
41
42
43
0 commit comments