From c6e487eb801362ded1d7bf946d7577c7b265c1a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 07:09:26 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .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 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