From f55893ba3cade2292491105c8f2f095c8e41f79d Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 5 Feb 2025 21:44:07 -0500 Subject: [PATCH] ci: Update sematic PR check to v5.5.3 Signed-off-by: Yuan Tang --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 760977757677..aa5d13a02421 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check PR Title's semantic conformance - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0 + uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}