From 174fd676c093793c07c6478e42021c769a9481c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:08:58 +0200 Subject: [PATCH] build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#36574) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-update.yml b/.github/workflows/ci-update.yml index 1f9eb9c47f..9b1e39cf90 100644 --- a/.github/workflows/ci-update.yml +++ b/.github/workflows/ci-update.yml @@ -126,7 +126,7 @@ jobs: ref: '4d29f59abac6aeed6fbc2467e24fc17560057bcb' # 3.0.1 commit ID - name: 'Setup Node.js' if: needs.get-chart.outputs.values-updated == 'true' && github.event.action != 'edited' - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: '24.x' - name: 'Get npm cache directory'