From 9bec9cfa7f60ac4c49a1dcc2f9043a23f631eb02 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 29 Oct 2020 12:57:02 -0700 Subject: [PATCH] build: run latest version of action --- .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 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