From 9c70850c113ffbe2e35453f6f0a6c718538b401a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 02:59:21 +0000 Subject: [PATCH] Bump GoogleCloudPlatform/release-please-action from 3.2.9 to 3.5.0 Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from 3.2.9 to 3.5.0. - [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.0) --- 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..8985a1c1 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.0 id: release with: release-type: simple diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..429a757a 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.0 id: release with: token: "${{ secrets.ACTIONS_TOKEN }}"