diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 585282d..330e41b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,6 +59,6 @@ jobs: uses: docker://oskarstark/php-cs-fixer-ga - name: Auto commit `php-cs-fixer` changes - uses: stefanzweifel/git-auto-commit-action@v6.0.1 + uses: stefanzweifel/git-auto-commit-action@v7.0.0 with: commit_message: Apply php-cs-fixer changes diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index 8f271e1..da8805e 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -37,6 +37,6 @@ jobs: sed -i "s/CLIENT_VERSION = '.*';/CLIENT_VERSION = '${{ needs.update-release-draft.outputs.tag_name }}';/g" src/Client.php - name: Apply version changes - uses: stefanzweifel/git-auto-commit-action@v6.0.1 + uses: stefanzweifel/git-auto-commit-action@v7.0.0 with: commit_message: Auto update drafter version in CLIENT_VERSION