From 554d337d4cfa08cd3a10668b2bdec90a6ffad9f4 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 12:41:41 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20stefanzweifel/git?= =?UTF-8?q?-auto-commit-action=20(=20v5.1.0=20=E2=86=92=20v5.2.0=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 | v5.1.0 | v5.2.0 | --- .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 1ee97efa..e885e98b 100644 --- a/.github/workflows/chart-release-steps.yaml +++ b/.github/workflows/chart-release-steps.yaml @@ -186,7 +186,7 @@ jobs: - name: Commit Changes if: ${{ inputs.publishToGhPages }} - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 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