Skip to content

Commit 03163eb

Browse files
chore: bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 (#1068)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27d9589 commit 03163eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
rm -rf changelog/revision
116116
- name: Commit changes
117117
id: commit
118-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
118+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
119119
env:
120120
target_env: ${{ inputs.env }}
121121
target_branch: ${{ inputs.branch }}

.github/workflows/release-spec-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
path: openapi/v1-deprecated
7979
- name: Commit changes
8080
id: commit
81-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
81+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
8282
env:
8383
target_env: ${{ inputs.env }}
8484
target_branch: ${{ inputs.branch }}

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
echo "bump_release=${bump_release}" >> "${GITHUB_OUTPUT:?}"
179179
- name: Commit changes
180180
id: commit
181-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
181+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
182182
env:
183183
target_env: ${{ inputs.env }}
184184
target_branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)