From a37340eb04af5015017d0c2af5ae29c6c6b15d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:32:31 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6.3.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...820762786026740c76f36085b0efc47a31fe5020) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-routing-smoke.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/verify.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs-routing-smoke.yml b/.github/workflows/docs-routing-smoke.yml index 2eebefe1..12afc98a 100644 --- a/.github/workflows/docs-routing-smoke.yml +++ b/.github/workflows/docs-routing-smoke.yml @@ -39,7 +39,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.12.0 cache: pnpm diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index debe7a91..ec1c3a99 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.12.0 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 238bd747..a79fddc9 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -33,7 +33,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.12.0 cache: pnpm @@ -88,7 +88,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.12.0 cache: pnpm @@ -148,7 +148,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.12.0 cache: pnpm