From caca7df12edcf4e7e6fd7b511313eb72469660cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:52:58 +0000 Subject: [PATCH] Bump actions/setup-node from 6 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Build.yml | 2 +- .github/workflows/Publish.yml | 2 +- .github/workflows/Security-Reachability.yaml | 2 +- .github/workflows/Test-Lint.yml | 2 +- .github/workflows/Test-Unit.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index daed60a..52250be 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -75,7 +75,7 @@ jobs: # Enable Node.JS in the build environment - name: Install - Node.JS Runtime - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 background: true with: node-version: 24 diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index e65cb07..236aa45 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -59,7 +59,7 @@ jobs: steps: # Set up NodeJS on the build host with caching support to optimize execution - name: Set up Node.JS Runtime - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 background: true with: node-version: 24 diff --git a/.github/workflows/Security-Reachability.yaml b/.github/workflows/Security-Reachability.yaml index 46aa699..6d7ba1c 100644 --- a/.github/workflows/Security-Reachability.yaml +++ b/.github/workflows/Security-Reachability.yaml @@ -46,7 +46,7 @@ jobs: # Set up NodeJS on the build host with caching support to optimize execution - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 background: true with: node-version: 24 diff --git a/.github/workflows/Test-Lint.yml b/.github/workflows/Test-Lint.yml index b2a0ffd..cc1514b 100644 --- a/.github/workflows/Test-Lint.yml +++ b/.github/workflows/Test-Lint.yml @@ -35,7 +35,7 @@ jobs: # Set up NodeJS on the build host - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 background: true with: node-version: 24 diff --git a/.github/workflows/Test-Unit.yml b/.github/workflows/Test-Unit.yml index 5237f75..f266b76 100644 --- a/.github/workflows/Test-Unit.yml +++ b/.github/workflows/Test-Unit.yml @@ -36,7 +36,7 @@ jobs: # Set up NodeJS on the build host - name: Setup Node.JS Environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 background: true with: node-version: 24