From a74bdc3f13eede45b3d4678c081c37e22edcd527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:13:12 +0000 Subject: [PATCH] chore(deps): bump the gha group across 1 directory with 2 updates Bumps the gha group with 2 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout) and [volta-cli/action](https://github.com/volta-cli/action). Updates `actions/checkout` from 4.1.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v6.0.2) Updates `volta-cli/action` from 4 to 5 - [Release notes](https://github.com/volta-cli/action/releases) - [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md) - [Commits](https://github.com/volta-cli/action/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: volta-cli/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90326b4..e717224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v6.0.2 - name: Use Node version defined in manifest - uses: volta-cli/action@v4 + uses: volta-cli/action@v5 - name: Install Node dependencies run: npm ci - name: Run Node tests