From c2c0e99be5aed643d88e8565d5c767fcb0bb2105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 02:56:14 +0000 Subject: [PATCH] Bump GoogleCloudPlatform/release-please-action from 3.2.9 to 3.5.1 Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from 3.2.9 to 3.5.1. - [Release notes](https://github.com/GoogleCloudPlatform/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/release-please-action/compare/v3.2.9...v3.5.1) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/release-please-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please-branches.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 7691720a..f958df15 100644 --- a/.github/workflows/release-please-branches.yml +++ b/.github/workflows/release-please-branches.yml @@ -14,7 +14,7 @@ jobs: run: echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}" id: extract_branch - - uses: GoogleCloudPlatform/release-please-action@v3.2.9 + - uses: GoogleCloudPlatform/release-please-action@v3.5.1 id: release with: release-type: simple diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..02129ae9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -8,7 +8,7 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v3.2.9 + - uses: GoogleCloudPlatform/release-please-action@v3.5.1 id: release with: token: "${{ secrets.ACTIONS_TOKEN }}"