From f4470dcafca877aa317860da3268e59c282e1243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 13:57:01 +0000 Subject: [PATCH] chore(deps): update googlecloudplatform/release-please-action action to v3.5 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f8285ee..1362ce4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -10,7 +10,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} version_created: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} steps: - - uses: GoogleCloudPlatform/release-please-action@v3.0 + - uses: GoogleCloudPlatform/release-please-action@v3.5 id: release with: token: ${{ secrets.GITHUB_TOKEN }}