From 2ece4d725936ff80f0e301dfa4a98d673d23560a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:11:43 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/healthchecks_housekeeping.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index f067c3c..b584ee3 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -132,7 +132,7 @@ jobs: pushd "${GITHUB_WORKSPACE}/main" >/dev/null 2>&1 && git pull origin main && popd >/dev/null 2>&1 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