From 2f0969dcc22e901a94e92a01f144bb41cbe0bc6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:43:26 +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 }}