From 290f5133be0313356787c8b38b512d673e03df7b Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 27 Sep 2022 10:53:50 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action digest to 6c32682 --- .github/workflows/charts-changelog.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index 76ce0a4c186..56dcab6c122 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@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 + uses: stefanzweifel/git-auto-commit-action@6c32682a4040e023c054b2fc60a7cf65cc77f7ad # 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 c1cc607d7e5..7b8df8f1685 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -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@6c32682a4040e023c054b2fc60a7cf65cc77f7ad # tag=v4 with: file_pattern: charts/**/ commit_message: "chore: Auto-update chart README [skip ci]"