From 0b7d92341a8d42f4339542fba8656575d534c28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 09:23:11 -0500 Subject: [PATCH] chore(deps): bump google-github-actions/release-please-action from v2.12.2 to v2.12.3 (#1454) Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from v2.12.2 to v2.12.3. - [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.2...ecf21cd22e32f8a23d66f762091b994d1a60c1c4) 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 51cfd1d..2620c12 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.2 + - uses: google-github-actions/release-please-action@v2.12.3 id: release with: token: ${{ secrets.GITHUB_TOKEN }}