From 60557df23aa5bfc982f8f9b3b1b8615053b56d58 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Fri, 8 Jan 2021 20:12:48 +0530 Subject: [PATCH] ci(semantic-pr-title.yml): update version to 3.0.0 so that action doesn't run twice (#2741) * ci(semantic-pr-title.yml): don't run this action twice * Update semantic-pr-title.yml Co-authored-by: Lipis --- .github/workflows/semantic-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml index 505c22dc..be84d229 100644 --- a/.github/workflows/semantic-pr-title.yml +++ b/.github/workflows/semantic-pr-title.yml @@ -11,6 +11,6 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v2.1.0 + - uses: amannn/action-semantic-pull-request@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}