From 9792edaf302e1ec61f7bac50721dbf328b31e921 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:40:27 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20stefanzweifel/git?= =?UTF-8?q?-auto-commit-action=20(=20v6.0.0=20=E2=86=92=20v6.0.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | stefanzweifel/git-auto-commit-action | v6.0.0 | v6.0.1 | --- .github/workflows/chart-release-steps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-release-steps.yaml b/.github/workflows/chart-release-steps.yaml index 58adce62..12eda174 100644 --- a/.github/workflows/chart-release-steps.yaml +++ b/.github/workflows/chart-release-steps.yaml @@ -188,7 +188,7 @@ jobs: - name: Commit Changes if: ${{ inputs.publishToGhPages }} - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6.0.0 + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 with: commit_message: "feat: Add Chart package ${{ steps.chart-folder.outputs.chart_folder }}/${{ steps.chart-details.outputs.name }}-${{ steps.chart-details.outputs.version }}" repository: gh-pages