From 0ef76d66bcb458d58561796a09a64eb8da2fc812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 02:16:22 -0500 Subject: [PATCH] chore(deps): bump google-github-actions/release-please-action from v2.12.3 to v2.13 (#1558) Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from v2.12.3 to v2.13. - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/v2.12.3...f8ac173f7087940f7d90793fd96e1f83d43ee772) 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 2620c12..477c485 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: google-github-actions/release-please-action@v2.12.3 + - uses: google-github-actions/release-please-action@v2.13 id: release with: token: ${{ secrets.GITHUB_TOKEN }}