From af38e3bcf46b61ae1175a751f945669306e6c972 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:28:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/build-feature.yml | 2 +- .github/workflows/build-main.yml | 4 ++-- .github/workflows/deploy-documentation.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-feature.yml b/.github/workflows/build-feature.yml index 917b425bb30..6f083020e59 100644 --- a/.github/workflows/build-feature.yml +++ b/.github/workflows/build-feature.yml @@ -40,7 +40,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm' diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 629ed9093de..a41ea4ecdd8 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -27,7 +27,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm' @@ -66,7 +66,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm' diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index e56786ce9ce..b35e8442379 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -34,7 +34,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm'