Skip to content

Commit 01acd23

Browse files
chore: bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#988)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bd4570 commit 01acd23

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@778341af668090896ca464160c2def5d1d1a3eb0
118+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
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@778341af668090896ca464160c2def5d1d1a3eb0
80+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
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
@@ -177,7 +177,7 @@ jobs:
177177
echo "bump_release=${bump_release}" >> "${GITHUB_OUTPUT:?}"
178178
- name: Commit changes
179179
id: commit
180-
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
180+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
181181
env:
182182
target_env: ${{ inputs.env }}
183183
target_branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)