From 1253edf6da9cbfa444617b301d3d299d0c467a9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:35:56 +0900 Subject: [PATCH] build(deps): update google-github-actions/release-please-action action to v4 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- workflow-templates/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/release-please.yml b/workflow-templates/release-please.yml index 1dcf8d4..9dd0c79 100644 --- a/workflow-templates/release-please.yml +++ b/workflow-templates/release-please.yml @@ -14,7 +14,7 @@ jobs: with: app-id: ${{ secrets.RELEASE_PLEASE_APP_ID }} private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }} - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 with: release-type: node token: ${{ steps.generate_token.outputs.token }}