Skip to content

Commit b99dea7

Browse files
build(deps): bump GuillaumeFalourd/branch-exists from 1.1 to 1.2
Bumps [GuillaumeFalourd/branch-exists](https://github.com/guillaumefalourd/branch-exists) from 1.1 to 1.2. - [Release notes](https://github.com/guillaumefalourd/branch-exists/releases) - [Commits](GuillaumeFalourd/branch-exists@v1.1...v1.2) --- updated-dependencies: - dependency-name: GuillaumeFalourd/branch-exists dependency-version: '1.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de1feb3 commit b99dea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/raise-rc-merge-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
github_sha_hash=${{ github.sha }}
5959
echo "MERGE_BRANCH_NAME=merge-${{ github.ref_name }}-${{ matrix.target-branch }}-${github_sha_hash:0:7}" >> $GITHUB_ENV
6060
- id: check-branch-exists
61-
uses: GuillaumeFalourd/branch-exists@v1.1
61+
uses: GuillaumeFalourd/branch-exists@v1.2
6262
with:
6363
branch: ${{ env.MERGE_BRANCH_NAME }}
6464
- name: Create Merge Branch

0 commit comments

Comments
 (0)