From 34830034c8aafbf4fae56dc6b99f2adc750bb0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 10:57:29 +0200 Subject: [PATCH] build(deps): bump GoogleCloudPlatform/release-please-action from 2 to 3 (#137) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release_github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_github.yaml b/.github/workflows/release_github.yaml index df91146..2189d74 100644 --- a/.github/workflows/release_github.yaml +++ b/.github/workflows/release_github.yaml @@ -11,7 +11,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: GoogleCloudPlatform/release-please-action@v3 id: release with: token: ${{ secrets.REPO_GHA_PAT }}