diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index cbc0e7de6..9d4bfa352 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -1,4 +1,4 @@ -name: Semantic PR +name: Check semantic PR titles on: pull_request_target: @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check PR Title's semantic conformance - uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 + uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}