chore(deps): update stefanzweifel/git-auto-commit-action digest to 0b007fb

This commit is contained in:
TrueCharts-Admin
2022-11-05 14:26:02 +01:00
committed by TrueCharts Bot
parent 1b898b6796
commit 5b7c8aa205
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
- name: Create commit
id: create-commit
if: inputs.isRenovatePR == 'true'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4
uses: stefanzweifel/git-auto-commit-action@0b007fbd1180b8e3a3668b21c6517392fe8f26eb # v4
with:
file_pattern: charts/**/
commit_message: "chore: Auto-update chart metadata [skip ci]"
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
id: create-commit
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4
uses: stefanzweifel/git-auto-commit-action@0b007fbd1180b8e3a3668b21c6517392fe8f26eb # v4
with:
file_pattern: charts/**/
commit_message: "chore: Auto-update chart README [skip ci]"