From d9692c7bbd8aba9c1c848ad71923fa0d7dded871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 08:50:25 -0500 Subject: [PATCH] chore(deps): bump GoogleCloudPlatform/release-please-action from v2.5.7 to v2.6.0 (#724) 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 7e5d7dc..70c79fb 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.5.7 + - uses: GoogleCloudPlatform/release-please-action@v2.6.0 id: release with: token: ${{ secrets.GITHUB_TOKEN }}