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: