From e32a82dcb8d2d0506b145467b274c49c4f76c387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:06:28 +0000 Subject: [PATCH] ci(deps): bump actions/setup-node in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql.yml | 2 +- .github/workflows/release-dry-run.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9708b23..94308f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: ${{ matrix.node-version }} cache: npm @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 22.13.0 cache: npm @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 20.19.0 cache: npm diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 350a468..598946b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Node if: matrix.language == 'javascript-typescript' - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 24.x cache: npm diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 801cab4..7ec7fca 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 24.x cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0190c4..cccccda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 24.x cache: npm