Skip to content

Commit bf1f1fe

Browse files
authored
Bump action-create-branch action (#6316)
The old action uses a deprecated version of node. This new, pinned, version matches the 2.4.0 version. For reference on the release, see their release notes @ https://github.com/peterjgrainger/action-create-branch/releases/tag/v2.4.0
1 parent a4b3a02 commit bf1f1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
steps:
2121
- name: Create base branch
22-
uses: peterjgrainger/action-create-branch@c2800a3a9edbba2218da6861fa46496cf8f3195a
22+
uses: peterjgrainger/action-create-branch@08259812c8ebdbf1973747f9297e332fa078d3c1
2323
with:
2424
branch: 'releases/${{ inputs.name }}'
2525

0 commit comments

Comments
 (0)