From f8778bfd1f083568f446ca781ce9d81b36ee89d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:22:26 +0000 Subject: [PATCH] ci: bump googleapis/release-please-action in /.github/workflows Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.1.3 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.1.3...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 ... Signed-off-by: dependabot[bot] --- .github/workflows/_release_please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index e437ffe..2840141 100644 --- a/.github/workflows/_release_please.yaml +++ b/.github/workflows/_release_please.yaml @@ -30,7 +30,7 @@ jobs: - name: Release Please id: release - uses: googleapis/release-please-action@v4.1.3 + uses: googleapis/release-please-action@v5.0.0 with: token: ${{ steps.app-token.outputs.token }} config-file: release-please-config.json