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

Commit bd92baf

Browse files
committed
chore(deps): update stefanzweifel/git-auto-commit-action action to v4.13.1
1 parent c076dee commit bd92baf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
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.13.1
3333
with:
3434
commit_message: "chore: normalize composer.json"

.github/workflows/license-update.yml

Lines changed: 1 addition & 1 deletion
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.13.1
9696
with:
9797
commit_author: "Daniel Bannert <[email protected]>"
9898
commit_message: "Enhancement: Update license year"

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
VERSIONS_GITHUB_TOKEN: "${{ secrets.VERSIONS_GITHUB_TOKEN }}"
9595

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

0 commit comments

Comments
 (0)