diff --git a/.github/workflows/gen_data.yaml b/.github/workflows/gen_data.yaml index 957624e5a4..1acfe19cfb 100644 --- a/.github/workflows/gen_data.yaml +++ b/.github/workflows/gen_data.yaml @@ -129,7 +129,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" 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 @@ -145,7 +145,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" 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/schedule_builds.yaml b/.github/workflows/schedule_builds.yaml index 555ff8abaf..f57888f844 100644 --- a/.github/workflows/schedule_builds.yaml +++ b/.github/workflows/schedule_builds.yaml @@ -136,7 +136,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" 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/sync_lists.yaml b/.github/workflows/sync_lists.yaml index 628630d433..08a69c850b 100644 --- a/.github/workflows/sync_lists.yaml +++ b/.github/workflows/sync_lists.yaml @@ -348,7 +348,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" 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 @@ -364,7 +364,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" 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