We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916294a commit 3ab86efCopy full SHA for 3ab86ef
.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@v4
+ uses: actions/setup-node@v6
37
with:
38
node-version: ${{ inputs.node-version }}
39
cache: npm
.github/workflows/maven-swag-deploy.yml
@@ -47,7 +47,7 @@ jobs:
47
fetch-depth: 0
48
49
50
51
52
53
0 commit comments