Skip to content

Commit

Permalink
Bump action-create-branch action (#6316)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rlazo committed Sep 30, 2024
1 parent a4b3a02 commit bf1f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Create base branch
uses: peterjgrainger/action-create-branch@c2800a3a9edbba2218da6861fa46496cf8f3195a
uses: peterjgrainger/action-create-branch@08259812c8ebdbf1973747f9297e332fa078d3c1
with:
branch: 'releases/${{ inputs.name }}'

Expand Down

0 comments on commit bf1f1fe

Please sign in to comment.