From 621a980ad3537409e91395eb0606dfb1e38bcc59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:22:48 +0000 Subject: [PATCH] chore(workflows/dependencies): update google-github-actions/release-please-action action to v4 --- .github/workflows/create-release-pr.yaml | 2 +- .github/workflows/release-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index e2bd9ba281..dc8e1e5ae3 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 }} package-name: ${{ inputs.chart }} diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index a90764c763..cabb5657ed 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -39,7 +39,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/${{ needs.getChangedChart.outputs.chart }} package-name: ${{ needs.getChangedChart.outputs.chart }}