From 4fc63a6f37625ed3d9e74138a7372a4864b915a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:17:10 +0000 Subject: [PATCH] ci: 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/performance-infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance-infra.yml b/.github/workflows/performance-infra.yml index ff3f424..3fa57a1 100644 --- a/.github/workflows/performance-infra.yml +++ b/.github/workflows/performance-infra.yml @@ -155,7 +155,7 @@ jobs: run: python3 -m unittest discover -s perf/live/tests -v - name: Set up pinned external protocol client runtime - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "22.23.1"