File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
bundle exec rake utilities:build
30
30
bundle exec rake docs:build
31
31
bundle exec rake static:dump
32
- - uses : stefanzweifel/git-auto-commit-action@v5
32
+ - uses : stefanzweifel/git-auto-commit-action@v6
33
33
with :
34
34
commit_message : Generating static files
35
35
commit_user_name : GitHub Design Engineering Bot
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247
247
continue-on-error : true
248
248
run : ./script/run-playwright
249
249
- id : auto-commit
250
- uses : stefanzweifel/git-auto-commit-action@v5
250
+ uses : stefanzweifel/git-auto-commit-action@v6
251
251
with :
252
252
commit_message : Generating component snapshots
253
253
file_pattern : .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml
You can’t perform that action at this time.
0 commit comments