From 53dc00bca220ada7c3bab14e22cc1650e4589a90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:30:27 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/update-llms.yaml | 2 +- .github/workflows/update-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-llms.yaml b/.github/workflows/update-llms.yaml index da2373e5..f46cb874 100644 --- a/.github/workflows/update-llms.yaml +++ b/.github/workflows/update-llms.yaml @@ -41,7 +41,7 @@ jobs: - name: Regenerate llms-full.txt run: bun run docs/scripts/generate-llms-full.ts - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "docs: regenerate llms-full.txt" file_pattern: docs/public/llms-full.txt diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 25e6d54a..e7d46ef5 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -38,4 +38,4 @@ jobs: - name: Update locks run: bun install --lockfile-only - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7