diff --git a/.github/workflows/pr-structural-checks.yaml b/.github/workflows/pr-structural-checks.yaml index 5c49976..87a6be7 100644 --- a/.github/workflows/pr-structural-checks.yaml +++ b/.github/workflows/pr-structural-checks.yaml @@ -27,6 +27,6 @@ jobs: name: Validate PR title runs-on: ubuntu-22.04 steps: - - uses: amannn/action-semantic-pull-request@v5.4.0 + - uses: amannn/action-semantic-pull-request@v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}