Skip to content

Commit a71f7f1

Browse files
Update stefanzweifel/git-auto-commit-action action to v7
1 parent bf968cf commit a71f7f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/gen_data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
git pull origin main --no-edit 2>/dev/null
130130
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
131131
continue-on-error: true
132-
- uses: stefanzweifel/git-auto-commit-action@v6
132+
- uses: stefanzweifel/git-auto-commit-action@v7
133133
with:
134134
repository: ./main
135135
commit_user_name: Azathothas
@@ -145,7 +145,7 @@ jobs:
145145
git pull origin main --no-edit 2>/dev/null
146146
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
147147
continue-on-error: true
148-
- uses: stefanzweifel/git-auto-commit-action@v6
148+
- uses: stefanzweifel/git-auto-commit-action@v7
149149
with:
150150
repository: ./main
151151
commit_user_name: Azathothas

.github/workflows/schedule_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
git pull origin main --no-edit 2>/dev/null
137137
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
138138
continue-on-error: true
139-
- uses: stefanzweifel/git-auto-commit-action@v6
139+
- uses: stefanzweifel/git-auto-commit-action@v7
140140
with:
141141
repository: ./main
142142
commit_user_name: Azathothas

.github/workflows/sync_lists.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
git pull origin main --no-edit 2>/dev/null
349349
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
350350
continue-on-error: true
351-
- uses: stefanzweifel/git-auto-commit-action@v6
351+
- uses: stefanzweifel/git-auto-commit-action@v7
352352
with:
353353
repository: ./main
354354
commit_user_name: Azathothas
@@ -364,7 +364,7 @@ jobs:
364364
git pull origin main --no-edit 2>/dev/null
365365
git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
366366
continue-on-error: true
367-
- uses: stefanzweifel/git-auto-commit-action@v6
367+
- uses: stefanzweifel/git-auto-commit-action@v7
368368
with:
369369
repository: ./main
370370
commit_user_name: Azathothas

0 commit comments

Comments
 (0)