From 4acf6e616f4b9a938c69d9164faf25fca5c7c3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 15:32:02 -0500 Subject: [PATCH] chore(deps): bump google-github-actions/release-please-action from v2.16 to v2.17 (#1916) Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from v2.16 to v2.17. - [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.16...b7fac390e7d06ee9053c67ce6781c006c8ca3f47) 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 2589772..921cf2e 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.16 + uses: google-github-actions/release-please-action@v2.17 id: release with: token: ${{ secrets.GITHUB_TOKEN }}