diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5162d586f..7596d3729 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -161,7 +161,7 @@ jobs: ] if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: GoogleCloudPlatform/release-please-action@v3 id: release with: token: ${{ secrets.GITHUB_TOKEN }}