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