diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d427856adc0..d8ef7c73588 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@v3.4.1 + - uses: GoogleCloudPlatform/release-please-action@v3.5.0 id: release with: token: ${{ steps.get-token.outputs.token }}