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