From b6740e37647a6e567e52275382ce642eeabd41b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:33:24 +0000 Subject: [PATCH] chore(deps): 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/project-brain-ci.yml | 2 +- .github/workflows/security-baseline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project-brain-ci.yml b/.github/workflows/project-brain-ci.yml index ed3f15b..839bb2b 100644 --- a/.github/workflows/project-brain-ci.yml +++ b/.github/workflows/project-brain-ci.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/security-baseline.yml b/.github/workflows/security-baseline.yml index 50fb3df..38e2d7d 100644 --- a/.github/workflows/security-baseline.yml +++ b/.github/workflows/security-baseline.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm