Skip to content

Commit

Permalink
chore(deps): update peterjgrainger/action-create-branch action to v2.…
Browse files Browse the repository at this point in the history
…3.0 (#560)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2022
1 parent 30f27bd commit cf2ba62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf2ba62

Please sign in to comment.