Skip to content

Commit fbfa7fd

Browse files
Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.1.0 (#3819)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9478fd commit fbfa7fd

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)