From 60922c5d92098e91aeb1eeb2b9ce8dbd9ca82521 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 8 Oct 2020 13:41:24 -0700 Subject: [PATCH] build: update version used in build --- .github/workflows/release-please.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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