From d0fde63e29c481adea60995ca82f38afb7461fae Mon Sep 17 00:00:00 2001 From: seeflood Date: Fri, 10 Jun 2022 16:48:21 +0800 Subject: [PATCH] upgrade title checker Signed-off-by: seeflood --- .github/workflows/pr-title-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index ecccea39d1..496a154337 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -14,7 +14,7 @@ jobs: name: "🍀 Title Validation" runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v2.1.0 + - uses: amannn/action-semantic-pull-request@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: