diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 6f63324e..feda1b7b 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -20,7 +20,7 @@ jobs: with: args: --write . - - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_user_name: Markus Poerschke (Bot) commit_user_email: markus+githubbot@poerschke.nrw diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml index 4c709cdb..d33d8d1c 100644 --- a/.github/workflows/draft-new-release.yml +++ b/.github/workflows/draft-new-release.yml @@ -33,7 +33,7 @@ jobs: - run: git checkout -b release/${{ github.event.inputs.version }} - - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: branch: release/${{ github.event.inputs.version }} commit_user_name: Markus Poerschke (Bot)