From 3b895cc261b8ee971be80ac121fa8ca0f4430bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:12:24 +0000 Subject: [PATCH] Bump GoogleCloudPlatform/release-please-action from 3.5.0 to 3.7.4 Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from 3.5.0 to 3.7.4. - [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.5.0...v3.7.4) --- 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 80740779..8b4bf5bc 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.5.0 + - uses: GoogleCloudPlatform/release-please-action@v3.7.4 id: release with: release-type: go diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index dda9df09..136db214 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.5.0 + - uses: GoogleCloudPlatform/release-please-action@v3.7.4 id: release with: token: "${{ secrets.PACKAGES_TOKEN }}"