From b4257ecfecda7a2ccc4622ded7d182c65bad605e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 02:35:45 +0000 Subject: [PATCH] Bump GoogleCloudPlatform/release-please-action from 3.2.9 to 3.4.0 Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from 3.2.9 to 3.4.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.4.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..38a88b67 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.4.0 id: release with: release-type: simple diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..1fcbd7a7 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.4.0 id: release with: token: "${{ secrets.ACTIONS_TOKEN }}"