From ec472b6663480d028ba1e6776e35669acac61c70 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 6 Feb 2025 13:29:55 -0500 Subject: [PATCH] Update semantic-pr.yml --- .github/workflows/semantic-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}