From 3f640401256f05e3e869a4783dc79be8726ae3a6 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Sun, 20 Mar 2022 15:28:39 +0100 Subject: [PATCH] chore(GHA): Use `google-github-actions/release-please-action@v3` * cf. https://github.com/google-github-actions/release-please-action/releases/v3.1.4 (currently) * and https://github.com/googleapis/release-please/releases/v13.6.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4b79ac40..f929ec966 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: tag_name: ${{ steps.release.outputs.tag_name }} body: ${{ steps.release.outputs.body }} steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: google-github-actions/release-please-action@v3 id: release with: token: ${{ secrets.GITHUB_TOKEN }}