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 }}