From 09813242fdaed1b918819117d96acc1c1f53f8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:05:16 +0000 Subject: [PATCH] chore(deps): bump googleapis/release-please-action from 4.1.4 to 4.2.0 Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.1.4 to 4.2.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/d1a8f221d7723166f48a584aebba00ef3f6febec...a02a34c4d625f9be7cb89156071d8567266a2445) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 c8b1334..e6465c0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -31,6 +31,6 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec + - uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 with: token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}