From e49ab4fa3ac892b4e5da548dbc06c254c69db263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:28:16 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v6 --- .github/workflows/repo_linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo_linter.yaml b/.github/workflows/repo_linter.yaml index 85733d40..84c155c4 100644 --- a/.github/workflows/repo_linter.yaml +++ b/.github/workflows/repo_linter.yaml @@ -134,7 +134,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@v6 with: repository: ./main commit_user_name: Azathothas