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

chore(deps): update stefanzweifel/git-auto-commit-action action to v4.15.4 #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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