From 97103c473e2588e654bd8488652bd07f3cbef006 Mon Sep 17 00:00:00 2001 From: Sai Kumar Battinoju <88789928+saikumarrs@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:09:12 +0530 Subject: [PATCH] chore: fix action version --- .github/workflows/create-hotfix-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-hotfix-branch.yaml b/.github/workflows/create-hotfix-branch.yaml index 30e0170159..ff9608628e 100644 --- a/.github/workflows/create-hotfix-branch.yaml +++ b/.github/workflows/create-hotfix-branch.yaml @@ -54,7 +54,7 @@ jobs: - name: Create Hotfix Branch if: steps.stale-release-branches.outputs.branches_list == '' - uses: peterjgrainger/action-create-branch@v2 + uses: peterjgrainger/action-create-branch@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: