From bc3cdf1c522eae335da7b5c7338f94a20efdb058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:59:19 +0000 Subject: [PATCH] chore(deps): bump the gha group across 1 directory with 4 updates Bumps the gha group with 4 updates in the /.github/workflows directory: [googleapis/release-please-action](https://github.com/googleapis/release-please-action), [actions/setup-node](https://github.com/actions/setup-node), [volta-cli/action](https://github.com/volta-cli/action) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). 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) Updates `marocchino/sticky-pull-request-comment` from 2 to 3 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- 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 - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 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 d217483..8e828b3 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 @@ -77,7 +77,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Comment on PR - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: key: coverage-${{ matrix.os }} header: "Coverage Report – ${{ matrix.os }}"