diff --git a/.github/workflows/maven-swag-build.yml b/.github/workflows/maven-swag-build.yml index 6415791..61f7759 100644 --- a/.github/workflows/maven-swag-build.yml +++ b/.github/workflows/maven-swag-build.yml @@ -33,7 +33,7 @@ jobs: distribution: ${{ inputs.java-distribution }} - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: npm diff --git a/.github/workflows/maven-swag-deploy.yml b/.github/workflows/maven-swag-deploy.yml index 6168a8e..1d6cc4b 100644 --- a/.github/workflows/maven-swag-deploy.yml +++ b/.github/workflows/maven-swag-deploy.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: npm