From e787188d5f57bf97f0222cbfc6c636f505eff8c4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Jan 2022 16:36:59 +0000 Subject: [PATCH] chore(deps): update googlecloudplatform/release-please-action action to v3 --- .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 284c0e9139..19c8d9a740 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ jobs: with: private-key: ${{ secrets.TOKENS_PRIVATE_KEY }} app-id: ${{ secrets.TOKENS_APP_ID }} - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: GoogleCloudPlatform/release-please-action@v3 id: release with: token: ${{ steps.get-token.outputs.token }}