From fe0ed9862780ab4406aa7e85d5d69669e84887da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:12:59 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/fetch_update_trackers.yaml | 2 +- .github/workflows/reset_commits.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch_update_trackers.yaml b/.github/workflows/fetch_update_trackers.yaml index 786b88aaf..380ae1264 100644 --- a/.github/workflows/fetch_update_trackers.yaml +++ b/.github/workflows/fetch_update_trackers.yaml @@ -89,7 +89,7 @@ jobs: cd "${GITHUB_WORKSPACE}/main" && git pull origin main || git pull origin main --ff-only || git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas # defaults to "github-actions[bot]" diff --git a/.github/workflows/reset_commits.yaml b/.github/workflows/reset_commits.yaml index c946c4972..e826b7f2b 100644 --- a/.github/workflows/reset_commits.yaml +++ b/.github/workflows/reset_commits.yaml @@ -131,7 +131,7 @@ jobs: find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 if: env.RESET_HISTORY == 'YES' with: repository: ./main