From ac9352ef54a1828ee247985602bf445760482dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:05:07 +0200 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 7 (#11080) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71cd98dcc..572764aea 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -61,7 +61,7 @@ jobs: # The backend matrix path filter fails silently: a miss emits an empty # matrix, every job goes green, and the change reaches no image (#10946). # Its tests need only node, so they ride along with this job. - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: '20' - name: run CI script tests