From cc2d143f515d8eb090d2c3f842728d1da5a08516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:05:28 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...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/apply-overlays-and-regenerate.yml | 2 +- .github/workflows/check-internal-links.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apply-overlays-and-regenerate.yml b/.github/workflows/apply-overlays-and-regenerate.yml index 0bdbaa6c9a..98895d4bf0 100644 --- a/.github/workflows/apply-overlays-and-regenerate.yml +++ b/.github/workflows/apply-overlays-and-regenerate.yml @@ -69,7 +69,7 @@ jobs: pip install pyyaml==6.0.3 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # ratchet:actions/setup-node@v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # ratchet:actions/setup-node@v7.0.0 with: node-version: '24' diff --git a/.github/workflows/check-internal-links.yml b/.github/workflows/check-internal-links.yml index 9c968107ae..6fa2413510 100644 --- a/.github/workflows/check-internal-links.yml +++ b/.github/workflows/check-internal-links.yml @@ -18,7 +18,7 @@ jobs: # Node is required for npm - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # ratchet:actions/setup-node@v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # ratchet:actions/setup-node@v7.0.0 with: node-version: "24" cache: npm