Skip to content

Commit 166ce51

Browse files
Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.1 to 5.1.0. - [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@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07e1269 commit 166ce51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
args: --write .
2222

23-
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
23+
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
2424
with:
2525
commit_user_name: Markus Poerschke (Bot)
2626
commit_user_email: [email protected]

.github/workflows/draft-new-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- run: git checkout -b release/${{ github.event.inputs.version }}
3535

36-
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
36+
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
3737
with:
3838
branch: release/${{ github.event.inputs.version }}
3939
commit_user_name: Markus Poerschke (Bot)

0 commit comments

Comments
 (0)