Skip to content

Commit 48ccb56

Browse files
Update stefanzweifel/git-auto-commit-action action to v7
1 parent e1782bd commit 48ccb56

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/schedule_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
git pull origin main --no-edit 2>/dev/null
147147
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
148148
continue-on-error: true
149-
- uses: stefanzweifel/git-auto-commit-action@v6
149+
- uses: stefanzweifel/git-auto-commit-action@v7
150150
with:
151151
repository: ./main
152152
commit_user_name: Azathothas

.github/workflows/sync_commits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
git pull origin main --no-edit 2>/dev/null
300300
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
301301
continue-on-error: true
302-
- uses: stefanzweifel/git-auto-commit-action@v6
302+
- uses: stefanzweifel/git-auto-commit-action@v7
303303
with:
304304
repository: ./main
305305
commit_user_name: Azathothas
@@ -315,7 +315,7 @@ jobs:
315315
git pull origin main --no-edit 2>/dev/null
316316
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
317317
continue-on-error: true
318-
- uses: stefanzweifel/git-auto-commit-action@v6
318+
- uses: stefanzweifel/git-auto-commit-action@v7
319319
with:
320320
repository: ./main
321321
commit_user_name: Azathothas

0 commit comments

Comments
 (0)