From e1cae3ed71a4c1ca1ec1f0a1108440a8e150edd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 16:17:46 -0400 Subject: [PATCH] chore(deps): bump GoogleCloudPlatform/release-please-action from v2.4.2 to v2.5.3 (#480) Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from v2.4.2 to v2.5.3. - [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.4.2...c05cf8bb4fd8bcaa85121b7b7a024e57d97072b4) 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 3d012ce..0f63dd2 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: GoogleCloudPlatform/release-please-action@v2.4.2 + - uses: GoogleCloudPlatform/release-please-action@v2.5.3 id: release with: token: ${{ secrets.GITHUB_TOKEN }}