diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 12186dc..a93bf39 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -128,7 +128,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 with: repository: ./main commit_user_name: Azathothas diff --git a/.github/workflows/sync_repos_git.yaml b/.github/workflows/sync_repos_git.yaml index e9493e2..5fdf40d 100644 --- a/.github/workflows/sync_repos_git.yaml +++ b/.github/workflows/sync_repos_git.yaml @@ -237,7 +237,7 @@ jobs: echo "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 if: env.CONTINUE_GHRUN != 'FALSE' with: repository: ./main diff --git a/.github/workflows/time.yaml b/.github/workflows/time.yaml index e3c06b5..19e3b33 100644 --- a/.github/workflows/time.yaml +++ b/.github/workflows/time.yaml @@ -27,7 +27,7 @@ jobs: echo "${UTC_TIME}" | tr -d '[:space:]' > "${GITHUB_WORKSPACE}/main/.github/TIME" 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