Skip to content

Commit 6749237

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#3565)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 203f49b commit 6749237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
working-directory: generator
127127

128128
- name: Push to autogenerate-batch branch
129-
uses: stefanzweifel/git-auto-commit-action@v6
129+
uses: stefanzweifel/git-auto-commit-action@v7
130130
with:
131131
commit_message: Update Generated Schemas
132132
branch: autogenerate-batch

.github/workflows/generate-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
working-directory: generator
6666

6767
- name: Push to git branch
68-
uses: stefanzweifel/git-auto-commit-action@v6
68+
uses: stefanzweifel/git-auto-commit-action@v7
6969
with:
7070
commit_message: Update Generated Schemas (${{ github.event.inputs.single_path }})
7171
branch: autogenerate-single/${{ github.event.inputs.single_path }}

0 commit comments

Comments
 (0)