diff --git a/.github/workflows/client-generate.yml b/.github/workflows/client-generate.yml index e5a642c..e0845e8 100644 --- a/.github/workflows/client-generate.yml +++ b/.github/workflows/client-generate.yml @@ -57,7 +57,7 @@ jobs: - name: Run php-cs-fixer uses: docker://oskarstark/php-cs-fixer-ga - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Apply php-cs-fixer changes diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index dc72b27..03dba46 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -107,6 +107,6 @@ jobs: - name: Run php-cs-fixer uses: docker://oskarstark/php-cs-fixer-ga - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Apply php-cs-fixer changes \ No newline at end of file