diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 2d4f44c..e68820d 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -36,7 +36,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Check title if: ${{env.semantic_enabled}} == true - uses: aslafy-z/conventional-pr-title-action@v2.4.4 + uses: aslafy-z/conventional-pr-title-action@v3.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}