From c26bd8f06a2cfa3206250f63b0f5ec38a1c72ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 13:19:00 -0500 Subject: [PATCH] chore(deps): bump GoogleCloudPlatform/release-please-action from v2.9.3 to v2.10 (#1083) Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from v2.9.3 to v2.10. - [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/v2.9.3...ea92f88c9a810e645f40f778ad87b21ffb3422ca) 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 cecb7c7..4dcc11f 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.9.3 + - uses: GoogleCloudPlatform/release-please-action@v2.10 id: release with: token: ${{ secrets.GITHUB_TOKEN }}