diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da6fb5984..0fead3700 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,7 +96,7 @@ jobs: # Automate releases with Conventional Commit Messages as Pull Requests are merged into "main" branch if: github.ref == 'refs/heads/main' steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: GoogleCloudPlatform/release-please-action@v4 with: token: ${{ secrets.GH_TOKEN }} release-type: node