From 332302f3bd16b4c40fee23383c0f644b71fb516b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 21:08:06 -0400 Subject: [PATCH] Bump GoogleCloudPlatform/release-please-action from v2.2.0 to v2.4.1 (#6) Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from v2.2.0 to v2.4.1. - [Release notes](https://github.com/GoogleCloudPlatform/release-please-action/releases) - [Changelog](https://github.com/GoogleCloudPlatform/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/release-please-action/compare/v2.2.0...873216b0747282e24c73c4bacd61cf13f6f00c14) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index fa6dd0b..a6698a6 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: GoogleCloudPlatform/release-please-action@v2.2.0 + - uses: GoogleCloudPlatform/release-please-action@v2.4.1 id: release with: token: ${{ secrets.GITHUB_TOKEN }}