Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
chore(deps): update stefanzweifel/git-auto-commit-action action to v4…
Browse files Browse the repository at this point in the history
….15.4
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent 09576c5 commit 661bbc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
composer global require ergebnis/composer-normalize
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
- uses: "stefanzweifel/git-auto-commit-action@v4.0.0"
- uses: "stefanzweifel/git-auto-commit-action@v4.15.4"
with:
commit_message: "chore: normalize composer.json"
2 changes: 1 addition & 1 deletion .github/workflows/license-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: "composer cs -- --diff --diff-format=udiff --verbose"

- name: "Commit modified files"
uses: "stefanzweifel/git-auto-commit-action@v4.9.1"
uses: "stefanzweifel/git-auto-commit-action@v4.15.4"
with:
commit_author: "Daniel Bannert <[email protected]>"
commit_message: "Enhancement: Update license year"
Expand Down

0 comments on commit 661bbc2

Please sign in to comment.