Skip to content

Commit eacdfd0

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent bb8a907 commit eacdfd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/optimize-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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/**"

0 commit comments

Comments
 (0)