From e8f77496cf5f51ef999df0ac74c96eb7a5bb60d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:56:45 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 4c089a7..8dbcf52 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -131,7 +131,7 @@ jobs: # Commit generated version metadata and README updates on release tags - name: Auto-commit release assets if: github.event_name == 'push' && steps.version.outputs.tag == 'latest' - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v5 + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6 with: commit_message: "chore(release): sync generated assets [skip ci]" branch: main