From 8193ebee216b8a482ff2a3757c422e5124c12b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:56:41 +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 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.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 c6c8020..9708b23 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 + uses: actions/setup-node@v6.3.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 + uses: actions/setup-node@v6.3.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 + uses: actions/setup-node@v6.3.0 with: node-version: 20.19.0 cache: npm diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9d96871..350a468 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 + uses: actions/setup-node@v6.3.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 e2cc589..801cab4 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 + uses: actions/setup-node@v6.3.0 with: node-version: 24.x cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77a68e1..b0190c4 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 + uses: actions/setup-node@v6.3.0 with: node-version: 24.x cache: npm