Skip to content

Commit 21b4af2

Browse files
chore: bump stefanzweifel/git-auto-commit-action from 6.0.0 to 6.0.1 (#781)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 307da4c commit 21b4af2

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@3cc016cfc892e0844046da36fc68da4e525e081f
118+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
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
@@ -77,7 +77,7 @@ jobs:
7777
path: openapi/v1-deprecated
7878
- name: Commit changes
7979
id: commit
80-
uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f
80+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
8181
env:
8282
target_env: ${{ inputs.env }}
8383
target_branch: ${{ inputs.branch }}

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: ../release-scripts/branded_preview.sh
159159
- name: Commit changes
160160
id: commit
161-
uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f
161+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
162162
env:
163163
target_env: ${{ inputs.env }}
164164
target_branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)