Skip to content

Commit 6dd5806

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6
1 parent ce39a86 commit 6dd5806

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
@@ -83,7 +83,7 @@ jobs:
8383
- name: 📤 Commit updated lock file
8484
id: auto-commit-action-lock
8585
if: needs.permissions-check.outputs.has-permissions == 'true'
86-
uses: stefanzweifel/git-auto-commit-action@v5
86+
uses: stefanzweifel/git-auto-commit-action@v6
8787
with:
8888
commit_message: Update lock file
8989
file_pattern: pnpm-lock.yaml
@@ -140,6 +140,6 @@ jobs:
140140

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

0 commit comments

Comments
 (0)