From 61311c8e6bfd119827fb9c978aee0965a6f74084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:03:24 +0000 Subject: [PATCH] chore(deps): bump the gha group in /.github/workflows with 3 updates Bumps the gha group in /.github/workflows with 3 updates: [googleapis/release-please-action](https://github.com/googleapis/release-please-action), [actions/setup-node](https://github.com/actions/setup-node) and [volta-cli/action](https://github.com/volta-cli/action). Updates `googleapis/release-please-action` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/release-please-action/compare/v4.4.0...v5.0.0) 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) Updates `volta-cli/action` from 4.2.1 to 5.0.0 - [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.2.1...v5.0.0) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: volta-cli/action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 414ef35..9ce5c96 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,13 +19,13 @@ jobs: fetch-depth: 0 - id: release - uses: googleapis/release-please-action@v4.4.0 + uses: googleapis/release-please-action@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} config-file: .github/release-please/config.json manifest-file: .github/release-please/manifest.json - - uses: actions/setup-node@v6.3.0 + - uses: actions/setup-node@v6.4.0 if: ${{ steps.release.outputs.release_created }} with: node-version: '24' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45cb64d..80ffb9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Setup Volta - uses: volta-cli/action@v4.2.1 + uses: volta-cli/action@v5.0.0 - name: Install dependencies run: npm ci