diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index dd5edcd..935c3b7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -10,7 +10,7 @@ jobs: pull-requests: read steps: - name: Validate PR Title - uses: amannn/action-semantic-pull-request@v5 + uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}