Skip to content

Commit ee47c67

Browse files
Update stefanzweifel/git-auto-commit-action action to v7
1 parent 24aef61 commit ee47c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/healthchecks_housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
cd "${GITHUB_WORKSPACE}/main" && git pull origin main
140140
continue-on-error: true
141141

142-
- uses: stefanzweifel/git-auto-commit-action@v5
142+
- uses: stefanzweifel/git-auto-commit-action@v7
143143
with:
144144
repository: ./main
145145
commit_user_name: Azathothas # defaults to "github-actions[bot]"

.github/workflows/list_termux_pkgs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
continue-on-error: true
159159

160160
#Commit & Push
161-
- uses: stefanzweifel/git-auto-commit-action@v5
161+
- uses: stefanzweifel/git-auto-commit-action@v7
162162
with:
163163
repository: ./main
164164
commit_user_name: Azathothas # defaults to "github-actions[bot]"

0 commit comments

Comments
 (0)