diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index 23d8be14698..853fc4c1490 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -72,7 +72,7 @@ jobs: - name: Create commit id: create-commit if: inputs.isRenovatePR == 'true' - uses: stefanzweifel/git-auto-commit-action@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4 + uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 with: file_pattern: charts/**/ commit_message: "chore: Auto-update chart metadata [skip ci]" diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 4cd31d8729a..542c7f9e591 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -109,7 +109,7 @@ jobs: id: create-commit if: | steps.collect-changes.outputs.changesDetectedAfterTag == 'true' - uses: stefanzweifel/git-auto-commit-action@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4 + uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 with: file_pattern: charts/**/ commit_message: "chore: Auto-update chart README [skip ci]"