Skip to content

Commit

Permalink
chore: fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs authored Mar 15, 2023
1 parent e68a771 commit 97103c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-hotfix-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97103c4

Please sign in to comment.