chore(deps): update stefanzweifel/git-auto-commit-action digest to 49620cd (#2482)

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
renovate[bot] 2022-04-16 08:32:47 +02:00 committed by GitHub
parent 0031fcb5e6
commit 6c708d8c50
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@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4 uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # 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

@ -109,7 +109,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@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4 uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # 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]"