From 0b1f40b9b72502e00c4891043da22c212c84d0bb Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Tue, 2 May 2023 14:42:42 -0400 Subject: [PATCH] chore: fix release-please-action Signed-off-by: Lance Ball --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f2a2072a..64557caf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.5 + - uses: GoogleCloudPlatform/release-please-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node