From 76d23669f04ff08dd6f8602b3a74281a9a517bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:23:20 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 5 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/healthchecks_housekeeping.yaml | 2 +- .github/workflows/sync_repos_git.yaml | 2 +- .github/workflows/time.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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