From 5876f6fa7c4c662fa7f0f9c39404ba642cc341c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:19:18 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 6 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 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/v6...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/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