diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b6f2d37..886920c 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.5.4 + - uses: GoogleCloudPlatform/release-please-action@v2.5.7 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.5.4 + - uses: GoogleCloudPlatform/release-please-action@v2.5.7 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node