From 88fd752a4ad4ddf1533174146e61754cd95bcb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:06:01 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/static-files.yml | 2 +- .github/workflows/test-visual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-files.yml b/.github/workflows/static-files.yml index 4435790ac8..32c24c0eba 100644 --- a/.github/workflows/static-files.yml +++ b/.github/workflows/static-files.yml @@ -34,7 +34,7 @@ jobs: bundle exec rake utilities:build bundle exec rake docs:build bundle exec rake static:dump - - uses: stefanzweifel/git-auto-commit-action@v7.1.0 + - uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: commit_message: Generating static files commit_user_name: GitHub Design Engineering Bot diff --git a/.github/workflows/test-visual.yml b/.github/workflows/test-visual.yml index 9b00b1469f..cb2dec835e 100644 --- a/.github/workflows/test-visual.yml +++ b/.github/workflows/test-visual.yml @@ -70,7 +70,7 @@ jobs: git stash pop || true - id: auto-commit if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} - uses: stefanzweifel/git-auto-commit-action@v7.1.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: commit_message: Generating component snapshots file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml