Skip to content

Commit 2d42f1a

Browse files
Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 (#665)
1 parent 07e1269 commit 2d42f1a

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)