From 73779547d44f93a73c891fe86c519d668fa2e349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:05:47 +0700 Subject: [PATCH] chore(deps): update google-github-actions/release-please-action action to v4 (#605) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 a54debd67d..5eb4797396 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: app-id: ${{ secrets.RELEASE_GITHUB_APP_ID}} private-key: ${{ secrets.RELEASE_GITHUB_APP_KEY }} - - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3 + - uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4 id: release with: token: ${{ steps.create-iat.outputs.token }}