From a71f7f1582e5ce3cb3e80191389f44704c718f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:41:19 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/gen_data.yaml | 4 ++-- .github/workflows/schedule_builds.yaml | 2 +- .github/workflows/sync_lists.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gen_data.yaml b/.github/workflows/gen_data.yaml index 957624e5a4..1acfe19cfb 100644 --- a/.github/workflows/gen_data.yaml +++ b/.github/workflows/gen_data.yaml @@ -129,7 +129,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas @@ -145,7 +145,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas diff --git a/.github/workflows/schedule_builds.yaml b/.github/workflows/schedule_builds.yaml index 555ff8abaf..f57888f844 100644 --- a/.github/workflows/schedule_builds.yaml +++ b/.github/workflows/schedule_builds.yaml @@ -136,7 +136,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas diff --git a/.github/workflows/sync_lists.yaml b/.github/workflows/sync_lists.yaml index 628630d433..08a69c850b 100644 --- a/.github/workflows/sync_lists.yaml +++ b/.github/workflows/sync_lists.yaml @@ -348,7 +348,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas @@ -364,7 +364,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas