Skip to content

Commit 094ac15

Browse files
Bump peterjgrainger/action-create-branch from 3.0.0 to 4.0.0 (#1953)
Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/peterjgrainger/action-create-branch/releases) - [Commits](peterjgrainger/action-create-branch@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: peterjgrainger/action-create-branch dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffd5917 commit 094ac15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Create ${{ env.patch_indev_branch_name }} Branch
120120
if: false && env.is_minor_bump == 'true'
121-
uses: peterjgrainger/action-create-branch@v3.0.0
121+
uses: peterjgrainger/action-create-branch@v4.0.0
122122
with:
123123
branch: ${{ env.patch_indev_branch_name }}
124124
sha: ${{ github.sha }}
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Create ${{ env.minor_indev_branch_name }} Branch
129129
if: env.is_major_bump == 'true'
130-
uses: peterjgrainger/action-create-branch@v3.0.0
130+
uses: peterjgrainger/action-create-branch@v4.0.0
131131
with:
132132
branch: ${{ env.minor_indev_branch_name }}
133133
sha: ${{ github.sha }}

0 commit comments

Comments
 (0)