diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 322716e7a..e2abb9839 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 }}