From 9a999c33aa7b707e431f413ced90fcdda37a727b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:50:29 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/update_regression_baselines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_regression_baselines.yaml b/.github/workflows/update_regression_baselines.yaml index 9cc60de3..b01c885e 100644 --- a/.github/workflows/update_regression_baselines.yaml +++ b/.github/workflows/update_regression_baselines.yaml @@ -36,7 +36,7 @@ jobs: run: pytest tests/regression --update-baselines --run-slow - name: Commit updated baselines - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7 with: commit_message: "test(regression): update baselines" commit_user_name: github-actions[bot]