Skip to content

Commit 6de6871

Browse files
chore: bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 (#694)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8ac297 commit 6de6871

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-changelog.yml

+1-1
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@e348103e9026cc0eee72ae06630dbe30c8bf7a79
118+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
119119
env:
120120
target_env: ${{ inputs.env }}
121121
target_branch: ${{ inputs.branch }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: openapi/v1-deprecated
7878
- name: Commit changes
7979
id: commit
80-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
80+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
8181
env:
8282
target_env: ${{ inputs.env }}
8383
target_branch: ${{ inputs.branch }}

.github/workflows/release-spec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: ../release-scripts/branded_preview.sh
149149
- name: Commit changes
150150
id: commit
151-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
151+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
152152
env:
153153
target_env: ${{ inputs.env }}
154154
target_branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)