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

Commit f2ff862

Browse files
committed
chore(deps): update stefanzweifel/git-auto-commit-action action to v4.14.1
1 parent c32605b commit f2ff862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/composer-normalize.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
composer global require ergebnis/composer-normalize
3030
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
3131
32-
- uses: "stefanzweifel/git-auto-commit-action@v4.0.0"
32+
- uses: stefanzweifel/git-auto-commit-action@v4.14.1
3333
with:
3434
commit_message: "chore: normalize composer.json"

.github/workflows/license-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: "composer cs -- --diff --diff-format=udiff --verbose"
9393

9494
- name: "Commit modified files"
95-
uses: "stefanzweifel/git-auto-commit-action@v4.9.1"
95+
uses: stefanzweifel/git-auto-commit-action@v4.14.1
9696
with:
9797
commit_author: "Daniel Bannert <[email protected]>"
9898
commit_message: "Enhancement: Update license year"

0 commit comments

Comments
 (0)