diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36c070c..cde9737 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - name: Git commit and push if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: add_options: '-A' branch: 'feat/lib' diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 13cbfdf..717b5f5 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -24,7 +24,7 @@ jobs: run: composer build - name: Git commit and push - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: 'feat(lib): generate library from Bitly OpenAPI' add_options: '-A' diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index a17a540..e360b6e 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -26,6 +26,6 @@ jobs: run: php-cs-fixer fix . - name: Git commit and push - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: 'style(php-cs-fixer): fix code style and lint'