Skip to content

Commit e49ab4f

Browse files
Update stefanzweifel/git-auto-commit-action action to v6
1 parent 6a3a09a commit e49ab4f

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)