Skip to content

Commit ce3974a

Browse files
Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.1.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6.0.1 to 7.1.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](stefanzweifel/git-auto-commit-action@v6.0.1...v7.1.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6221362 commit ce3974a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
bundle exec rake utilities:build
3535
bundle exec rake docs:build
3636
bundle exec rake static:dump
37-
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
37+
- uses: stefanzweifel/git-auto-commit-action@v7.1.0
3838
with:
3939
commit_message: Generating static files
4040
commit_user_name: GitHub Design Engineering Bot

.github/workflows/test-visual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
git stash pop || true
7171
- id: auto-commit
7272
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
73-
uses: stefanzweifel/git-auto-commit-action@v6.0.1
73+
uses: stefanzweifel/git-auto-commit-action@v7.1.0
7474
with:
7575
commit_message: Generating component snapshots
7676
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml

0 commit comments

Comments
 (0)