Skip to content

Commit f4ebde6

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/uv-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Update current branch
104104
if: github.event_name == 'push' && github.ref_name != 'main'
105-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
105+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
106106
with:
107107
commit_message: 'chore(deps): update lockfile'
108108

.github/workflows/yarn-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Update current branch
114114
if: github.event_name == 'push' && github.ref_name != 'main'
115-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
115+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
116116
with:
117117
commit_message: 'chore(js): update vendored libraries'
118118

0 commit comments

Comments
 (0)