From 3a2e5d9d497d515e5cea7a504b86819cabc7cf30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Feb 2022 12:05:29 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v4.13.1 --- .github/workflows/composer-normalize.yml | 2 +- .github/workflows/license-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/composer-normalize.yml b/.github/workflows/composer-normalize.yml index 00194c5..53d3a42 100644 --- a/.github/workflows/composer-normalize.yml +++ b/.github/workflows/composer-normalize.yml @@ -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" diff --git a/.github/workflows/license-update.yml b/.github/workflows/license-update.yml index d419925..0bfdde2 100644 --- a/.github/workflows/license-update.yml +++ b/.github/workflows/license-update.yml @@ -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 " commit_message: "Enhancement: Update license year"