Skip to content

Commit 33086ad

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c055fb4 commit 33086ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-llms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Regenerate llms-full.txt
4242
run: bun run docs/scripts/generate-llms-full.ts
4343
- name: Commit changes
44-
uses: stefanzweifel/git-auto-commit-action@v6
44+
uses: stefanzweifel/git-auto-commit-action@v7
4545
with:
4646
commit_message: "docs: regenerate llms-full.txt"
4747
file_pattern: docs/public/llms-full.txt

.github/workflows/update-lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
- name: Update locks
3939
run: bun install --lockfile-only
4040
- name: Commit changes
41-
uses: stefanzweifel/git-auto-commit-action@v6
41+
uses: stefanzweifel/git-auto-commit-action@v7

0 commit comments

Comments
 (0)