From 3b14ec7574fe54de939a8fbb9039f19d2c3c7f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 13:19:02 -0500 Subject: [PATCH] chore(deps): bump google-github-actions/release-please-action from v2.14 to v2.15 (#1655) Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from v2.14 to v2.15. - [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.14...88a82e1f9574f0a8bcacf1a13f84ef3d2c6659f3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jef LeCompte --- .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 4515730..6325ac9 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.14 + - uses: google-github-actions/release-please-action@v2.15 id: release with: token: ${{ secrets.GITHUB_TOKEN }}