chore(deps): update stefanzweifel/git-auto-commit-action digest to 6c32682 (#3867)

This commit is contained in:
TrueCharts Bot 2022-09-24 19:32:56 +02:00 committed by GitHub
parent c104e6bd08
commit 6ce18b2a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ jobs:
- name: Create commit - name: Create commit
id: create-commit id: create-commit
if: inputs.isRenovatePR == 'true' if: inputs.isRenovatePR == 'true'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 uses: stefanzweifel/git-auto-commit-action@6c32682a4040e023c054b2fc60a7cf65cc77f7ad # tag=v4
with: with:
file_pattern: charts/**/ file_pattern: charts/**/
commit_message: "chore: Auto-update chart metadata [skip ci]" commit_message: "chore: Auto-update chart metadata [skip ci]"

View File

@ -106,7 +106,7 @@ jobs:
id: create-commit id: create-commit
if: | if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true' steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 uses: stefanzweifel/git-auto-commit-action@6c32682a4040e023c054b2fc60a7cf65cc77f7ad # tag=v4
with: with:
file_pattern: charts/**/ file_pattern: charts/**/
commit_message: "chore: Auto-update chart README [skip ci]" commit_message: "chore: Auto-update chart README [skip ci]"