From c967df68c3f5789127bffc3c7217fbde004dac60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:56:30 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v6 --- .github/workflows/sync_gif.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_gif.yaml b/.github/workflows/sync_gif.yaml index ce6f7db..db13837 100644 --- a/.github/workflows/sync_gif.yaml +++ b/.github/workflows/sync_gif.yaml @@ -43,7 +43,7 @@ jobs: find "${GITHUB_WORKSPACE}/main/profile" -type f -print0 | xargs -0 sed -i -E "s~(https://soar\.pkgforge\.dev/gif)[^\"]*~\1?$(basename "$(mktemp -u)")=$(basename "$(mktemp -u)")~g" 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