Skip to content

Commit 4a54f56

Browse files
Revert "Bump stefanzweifel/git-auto-commit-action from v4.9.0 to v4.10.0 (#271)" (#275)
This reverts commit 6605b48.
1 parent 2e9f695 commit 4a54f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
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@v4.10.0
23+
- uses: stefanzweifel/git-auto-commit-action@v4.9.0
2424
with:
2525
commit_user_name: Markus Poerschke (Bot)
2626
commit_user_email: markus+githubbot@poerschke.nrw

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
version: ${{ github.event.inputs.version }}
2828

29-
- uses: stefanzweifel/git-auto-commit-action@v4.10.0
29+
- uses: stefanzweifel/git-auto-commit-action@v4.9.0
3030
with:
3131
branch: release/${{ github.event.inputs.version }}
3232
commit_user_name: Markus Poerschke (Bot)

0 commit comments

Comments
 (0)