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 @@ -157,7 +157,7 @@ jobs:
157157 echo "Lighthouse summary report generated: README.md"
158158
159159 - name : Commit and Push Lighthouse Report
160- uses : stefanzweifel/git-auto-commit-action@v5
160+ uses : stefanzweifel/git-auto-commit-action@v7
161161 with :
162162 commit_message : " docs: Update Lighthouse accessibility report"
163163 branch : main # Or your default branch
Original file line number Diff line number Diff line change 7878
7979 - name : Commit optimized images
8080 if : steps.changes.outputs.has_changes == 'true' && github.event_name == 'push'
81- uses : stefanzweifel/git-auto-commit-action@v5
81+ uses : stefanzweifel/git-auto-commit-action@v7
8282 with :
8383 commit_message : " perf: optimize images automatically"
8484 file_pattern : " images/** static/**"
You can’t perform that action at this time.
0 commit comments