Skip to content

Commit ccea545

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent 248574e commit ccea545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: 📤 Commit updated lock file
8181
id: auto-commit-action-lock
8282
if: needs.permissions-check.outputs.has-permissions == 'true'
83-
uses: stefanzweifel/git-auto-commit-action@v6
83+
uses: stefanzweifel/git-auto-commit-action@v7
8484
with:
8585
commit_message: Update lock file
8686
file_pattern: pnpm-lock.yaml
@@ -137,6 +137,6 @@ jobs:
137137

138138
- name: 📤 Commit lint fixes
139139
if: failure() && needs.permissions-check.outputs.has-permissions == 'true' && (steps.svelte-format.outcome == 'failure' || steps.prettier-eslint.outcome == 'failure')
140-
uses: stefanzweifel/git-auto-commit-action@v6
140+
uses: stefanzweifel/git-auto-commit-action@v7
141141
with:
142142
commit_message: Fix lint

0 commit comments

Comments
 (0)