From dee19ff5ee33b78a8ce915f1e3ea46d576cf4355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:14:13 +0000 Subject: [PATCH] deps(ci)(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/graphify-diff.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea2053c..d9b94dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: poetry run pip-audit - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20" cache: "npm" diff --git a/.github/workflows/graphify-diff.yml b/.github/workflows/graphify-diff.yml index c249538..dfbfc77 100644 --- a/.github/workflows/graphify-diff.yml +++ b/.github/workflows/graphify-diff.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Node environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20"