diff --git a/.github/workflows/build-php.yaml b/.github/workflows/build-php.yaml index eb6ca53..de0cb33 100644 --- a/.github/workflows/build-php.yaml +++ b/.github/workflows/build-php.yaml @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@v4 name: Checkout - - uses: dkhunt27/action-conventional-commits@v1.3.0 + - uses: dkhunt27/action-conventional-commits@v3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} if: github.ref != 'refs/heads/${{ github.event.repository.default_branch }}'