Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 0d61ed4

Browse files
Update stefanzweifel/git-auto-commit-action action to v6
1 parent 4c03e20 commit 0d61ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo_linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null
135135
continue-on-error: true
136136

137-
- uses: stefanzweifel/git-auto-commit-action@v5
137+
- uses: stefanzweifel/git-auto-commit-action@v6
138138
with:
139139
repository: ./main
140140
commit_user_name: Azathothas

0 commit comments

Comments
 (0)