From fba97fc1130860767282f3f385ec8e09fb875c0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:28:48 +0000 Subject: [PATCH] chore(workflows/dependencies): update google-github-actions/release-please-action action to v4 --- .github/workflows/create-release-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 839e739e7c..7a763a119e 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -55,7 +55,7 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 with: path: charts/${{ inputs.chart }} token: ${{ secrets.ACTIONS_BOT_TOKEN }}