From 2556e98c264c8ba94f2ce49ce7742754391aa896 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Sat, 19 Mar 2022 12:33:56 +0530 Subject: [PATCH] fix: version change for semantic pull request --- .github/workflows/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index b7f0c8b4..e943d9b3 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -16,4 +16,4 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: zeke/semantic-pull-requests@v2 + - uses: zeke/semantic-pull-requests@latest