Skip to content

Commit 4a4c995

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6
1 parent ceb7ba7 commit 4a4c995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
continue-on-error: true # Continue even if biome fails
2424

2525
# Commit all changed files back to the repository
26-
- uses: stefanzweifel/git-auto-commit-action@v5
26+
- uses: stefanzweifel/git-auto-commit-action@v6

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
continue-on-error: true # Continue even if pre-commit fails
2424

2525
# Commit all changed files back to the repository
26-
- uses: stefanzweifel/git-auto-commit-action@v5
26+
- uses: stefanzweifel/git-auto-commit-action@v6

0 commit comments

Comments
 (0)