From 750fb77a7d82174a4c95404dd46d1c3e29a2a655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:17:52 +0000 Subject: [PATCH] Bump the actions-patch-minor group with 2 updates Bumps the actions-patch-minor group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). 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) Updates `lewagon/wait-on-check-action` from 1.6.1 to 1.7.0 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.6.1...v1.7.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: actions-patch-minor - dependency-name: lewagon/wait-on-check-action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef645b5e..a91fb77e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v6.3.0 with: node-version: ${{ matrix.node-version }} - run: npm i diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82bab7cb..f48b9418 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for CI to pass - uses: lewagon/wait-on-check-action@v1.6.1 + uses: lewagon/wait-on-check-action@v1.7.0 with: ref: ${{ github.sha }} running-workflow-name: Wait for CI @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.3.0 with: node-version: "24" registry-url: "https://registry.npmjs.org"