diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 2e9c66f..3c94e2f 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@v6.0.1 with: requireScope: false wip: true