From 4b8b6feda6999c7fa7636c88c36df06229ec0e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 15:23:27 -0500 Subject: [PATCH] chore(deps): bump google-github-actions/release-please-action from v2.15 to v2.16 (#1857) Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from v2.15 to v2.16. - [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.15...61a3f25af95f0c859244635ec47bc92ed9116a21) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cf2a810..2589772 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Setup release please - uses: google-github-actions/release-please-action@v2.15 + uses: google-github-actions/release-please-action@v2.16 id: release with: token: ${{ secrets.GITHUB_TOKEN }}