From 2172030427023c068644c71d8cbbe88c389ccf18 Mon Sep 17 00:00:00 2001 From: pradel Date: Fri, 8 Jan 2021 11:08:31 +0100 Subject: [PATCH] chore: uppdate release-please-action --- .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 e1f57cac..17532e7b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -9,7 +9,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.6 + - uses: GoogleCloudPlatform/release-please-action@v2.14.0 id: release with: token: ${{ secrets.GITHUB_TOKEN }}