diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index b9ed3c893..0ad07d252 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -35,7 +35,7 @@ jobs: echo ::set-output name=BRANCH::$(echo ${BRANCH} | cut -d '.' -f1-2 | tr -d 'v') - name: Create a github branch - uses: peterjgrainger/action-create-branch@v2.2.0 + uses: peterjgrainger/action-create-branch@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: