Update stefanzweifel/git-auto-commit-action action to v5 (#37)

Reviewed-on: #37
This commit is contained in:
Luca Bilke 2024-05-22 13:52:41 +02:00
commit f386d0b935
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Commit
if: ${{ steps.changed.outputs.all_changed_files != '' }}
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_user_name: "Johnny5"
commit_user_email: "bot@snaile.de"

View File

@ -23,7 +23,7 @@ jobs:
- name: Commit
if: ${{ steps.changed.outputs.all_changed_files != '' }}
uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
uses: https://github.com/stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_user_name: "Johnny5"
commit_user_email: "bot@snaile.de"