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