Skip to content

Commit baf242c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-articles-with-3rd-party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
MEDIUM_TOKEN_FRS: ${{ secrets.MEDIUM_TOKEN_FRS }}
2020
run: cd packages/blog && pnpm sync-posts --sync-with-medium
21-
- uses: stefanzweifel/git-auto-commit-action@v6
21+
- uses: stefanzweifel/git-auto-commit-action@v7
2222
with:
2323
commit_message: "chore: add updated articles after sync [no ci]"
2424
file_pattern: 'packages/blog/.vitepress/*'

0 commit comments

Comments
 (0)