From e552394e78d317ea16cf8603a7886a89fd742e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:42:40 +0000 Subject: [PATCH] chore(deps): 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/deploy-schemas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-schemas.yml b/.github/workflows/deploy-schemas.yml index b4d810e08..78141e172 100644 --- a/.github/workflows/deploy-schemas.yml +++ b/.github/workflows/deploy-schemas.yml @@ -55,7 +55,7 @@ jobs: packages-dir: schemas/dist/ skip-existing: true - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 if: steps.check-paths.outputs.should-run == 'true' && steps.version-check.outputs.changed == 'true' with: node-version: 24