From f93cc8ff069d38f0bd0aaf89dde666c5ad9eb9e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:55:45 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .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 cdd8ecf33fb..d971f2aeb91 100644 --- a/.github/workflows/build-feature.yml +++ b/.github/workflows/build-feature.yml @@ -37,7 +37,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index c722c0a70a2..ae0e481cbc0 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -24,7 +24,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm' @@ -67,7 +67,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 105b5b6ab6e..41d1a236c95 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@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm'