From 3b4190c896e5f4000842b7bdc2ab262769367a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 07:37:43 +0000 Subject: [PATCH] chore(deps): bump googleapis/release-please-action from 4.1.3 to 4.1.4 Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.1.3 to 4.1.4. - [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...v4.1.4) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 fd2f7905..465ea1d9 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -17,7 +17,7 @@ jobs: name: Process Release runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4.1.3 + - uses: googleapis/release-please-action@v4.1.4 id: prepare # with: # token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}