From 7941200e686e574d4c531fefe5b360ec6262ad67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:01:06 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/repo_linter.yaml | 2 +- .github/workflows/time.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo_linter.yaml b/.github/workflows/repo_linter.yaml index 75f2274..e1fcd3c 100644 --- a/.github/workflows/repo_linter.yaml +++ b/.github/workflows/repo_linter.yaml @@ -122,7 +122,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@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas diff --git a/.github/workflows/time.yaml b/.github/workflows/time.yaml index cc78122..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@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas