Skip to content

Commit b39a630

Browse files
Update stefanzweifel/git-auto-commit-action action to v7
1 parent 1420bac commit b39a630

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/healthchecks_housekeeping.yaml

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

167-
- uses: stefanzweifel/git-auto-commit-action@v5
167+
- uses: stefanzweifel/git-auto-commit-action@v7
168168
with:
169169
repository: ./main
170170
commit_user_name: Azathothas # defaults to "github-actions[bot]"

.github/workflows/list_nix_pkgs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
continue-on-error: true
139139

140140
#Commit & Push
141-
- uses: stefanzweifel/git-auto-commit-action@v5
141+
- uses: stefanzweifel/git-auto-commit-action@v7
142142
with:
143143
repository: ./main
144144
commit_user_name: Azathothas # defaults to "github-actions[bot]"

0 commit comments

Comments
 (0)