From 21840542ce10f6ac9139cd1f674a9f1bde140fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:56:23 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6.0.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/2028fbc5c25fe9cf00d9f06a71cc4710d4507903...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/mutation.yml | 2 +- .github/workflows/security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7199932e2..3252b5d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: corepack prepare pnpm@11.8.0 --activate - name: Setup Node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.17.0 cache: pnpm diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index a3d8dd7e3..951e17741 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -43,7 +43,7 @@ jobs: corepack prepare pnpm@11.8.0 --activate - name: Setup Node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.17.0 cache: pnpm diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index af6a2f64f..363999b8f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -65,7 +65,7 @@ jobs: corepack prepare pnpm@11.8.0 --activate - name: Setup Node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.17.0 cache: pnpm