From bc2cd0cc2c852508c60c1530310a4befbde7fb49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 02:03:24 +0000 Subject: [PATCH] Bump actions/setup-node from 6.5.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.5.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/249970729cb0ef3589644e2896645e5dc5ba9c38...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] --- .github/workflows/source-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source-ci.yml b/.github/workflows/source-ci.yml index f325594..832c35c 100644 --- a/.github/workflows/source-ci.yml +++ b/.github/workflows/source-ci.yml @@ -46,7 +46,7 @@ jobs: .github/workflows/requirements-ci.txt - name: Set up Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22" cache: npm