Skip to content

Commit 150d787

Browse files
Bump stefanzweifel/git-auto-commit-action from 5 to 6 (#3551)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d6fd24 commit 150d787

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
@@ -29,7 +29,7 @@ jobs:
2929
bundle exec rake utilities:build
3030
bundle exec rake docs:build
3131
bundle exec rake static:dump
32-
- uses: stefanzweifel/git-auto-commit-action@v5
32+
- uses: stefanzweifel/git-auto-commit-action@v6
3333
with:
3434
commit_message: Generating static files
3535
commit_user_name: GitHub Design Engineering Bot

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
continue-on-error: true
248248
run: ./script/run-playwright
249249
- id: auto-commit
250-
uses: stefanzweifel/git-auto-commit-action@v5
250+
uses: stefanzweifel/git-auto-commit-action@v6
251251
with:
252252
commit_message: Generating component snapshots
253253
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml

0 commit comments

Comments
 (0)