Skip to content

Commit 1f7bf12

Browse files
Update stefanzweifel/git-auto-commit-action action to v7
1 parent 9983500 commit 1f7bf12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/repo_linter.yaml

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

125-
- uses: stefanzweifel/git-auto-commit-action@v6
125+
- uses: stefanzweifel/git-auto-commit-action@v7
126126
with:
127127
repository: ./main
128128
commit_user_name: Azathothas

.github/workflows/time.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "${UTC_TIME}" | tr -d '[:space:]' > "${GITHUB_WORKSPACE}/main/.github/TIME"
2828
continue-on-error: true
2929

30-
- uses: stefanzweifel/git-auto-commit-action@v6
30+
- uses: stefanzweifel/git-auto-commit-action@v7
3131
with:
3232
repository: ./main
3333
commit_user_name: Azathothas

0 commit comments

Comments
 (0)