From 31ceaf44bd9d33675320c3219cb6d0bfb76e04ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:59:40 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/maven-swag-build.yml | 2 +- .github/workflows/maven-swag-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-swag-build.yml b/.github/workflows/maven-swag-build.yml index 9750cb0..cd16c07 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@v4 + uses: actions/setup-node@v6 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 98aae83..939ff10 100644 --- a/.github/workflows/maven-swag-deploy.yml +++ b/.github/workflows/maven-swag-deploy.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ inputs.node-version }} cache: npm