diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 25de282..c532f77 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.4.0 + - uses: GoogleCloudPlatform/release-please-action@v2.4.2 with: token: ${{ secrets.RELEASE_PR_TOKEN }} release-type: node @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.4.0 + - uses: GoogleCloudPlatform/release-please-action@v2.4.2 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node