Skip to content

Commit 433d7a7

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/licenses-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: ./scripts/generate-license-data.py
3939
- name: Update renovate branch
4040
if: github.ref != 'refs/heads/main'
41-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
41+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
4242
with:
4343
commit_message: 'utils: Update SPDX license data'
4444
- name: Create Pull Request

.github/workflows/schema-update.yml

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

5151
- name: Update current branch
5252
if: github.event_name == 'push' && github.ref_name != 'main'
53-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
53+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
5454
with:
5555
commit_message: 'docs: Update JSON schemas'
5656

.github/workflows/unicodechars.yml

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

5959
- name: Update current branch
6060
if: github.event_name == 'push' && github.ref_name != 'main'
61-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
61+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
6262
with:
6363
commit_message: 'chore: update unicode characters data'
6464

.github/workflows/uv-upgrade.yml

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

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

.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)