From 67e9788a9fb0aebdce8c12e6734c3a1b96476060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:14:29 +0000 Subject: [PATCH] chore(ci): bump actions/setup-node from 4 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96414ed..bce285a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -389,7 +389,7 @@ jobs: sudo install "/tmp/d2-v${D2_VERSION}/bin/d2" /usr/local/bin/d2 - name: Install Svgbob (pinned) run: cargo install svgbob_cli --version "${SVGBOB_VERSION}" --locked - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: "20" - name: Install Node renderers (bytefield-svg, pinned)