From d22669e631ffe8156195209f71ec11741b0f0a25 Mon Sep 17 00:00:00 2001 From: tuan-pham <41720778+tuanphamcybozu@users.noreply.github.com> Date: Wed, 22 May 2024 10:11:37 +0700 Subject: [PATCH] ci: Use googleapis/release-please-action instead of google-github-actions/release-please-action (#2773) Co-authored-by: hung-nguyen --- .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 facbb68770..7f8a33e4b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: app-id: ${{ secrets.RELEASE_GITHUB_APP_ID}} private-key: ${{ secrets.RELEASE_GITHUB_APP_KEY }} - - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4 + - uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4 id: release with: token: ${{ steps.create-iat.outputs.token }}