From 20c58b2c77dee228fa31821c9c3e30dc2d279731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 08:24:02 +0000 Subject: [PATCH] chore(deps): bump googleapis/release-please-action Bumps the github-actions group with 1 update in the / directory: [googleapis/release-please-action](https://github.com/googleapis/release-please-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/16a9c90856f42705d54a6fda1823352bdc62cf38...45996ed1f6d02564a971a2fa1b5860e934307cf7) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b88e729..1c1c813 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -58,7 +58,7 @@ jobs: - name: Release Please if: github.event_name == 'push' id: release - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 + uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 with: token: ${{ env.RELEASE_PLEASE_TOKEN != '' && env.RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }} config-file: release-please-config.json