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
….13.1
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent c076dee commit bd92baf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.13.1
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.13.1
with:
commit_author: "Daniel Bannert <[email protected]>"
commit_message: "Enhancement: Update license year"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
VERSIONS_GITHUB_TOKEN: "${{ secrets.VERSIONS_GITHUB_TOKEN }}"

- name: "Commit modified files"
uses: "stefanzweifel/git-auto-commit-action@v4.9.1"
uses: stefanzweifel/git-auto-commit-action@v4.13.1
with:
commit_author: "Daniel Bannert <[email protected]>"
commit_message: "feat: updated versions files"
Expand Down

0 comments on commit bd92baf

Please sign in to comment.