diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 2e9c66f..1be9d0e 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -39,7 +39,7 @@ jobs: extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }} - name: Semantic pull-request - uses: amannn/action-semantic-pull-request@v5.4.0 + uses: amannn/action-semantic-pull-request@v5.5.3 with: requireScope: false wip: true