From 5291520513899913d2d76f4aba17a5d34ddb3dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:24:27 +0000 Subject: [PATCH] chore(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](https://github.com/guillaumefalourd/branch-exists/compare/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] --- .github/workflows/raise-rc-merge-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/raise-rc-merge-pr.yml b/.github/workflows/raise-rc-merge-pr.yml index 3177a8e012..d94d1676c8 100644 --- a/.github/workflows/raise-rc-merge-pr.yml +++ b/.github/workflows/raise-rc-merge-pr.yml @@ -56,7 +56,7 @@ jobs: github_sha_hash=${{ github.sha }} echo "MERGE_BRANCH_NAME=merge-${{ github.ref_name }}-${{ matrix.target-branch }}-${github_sha_hash:0:7}" >> $GITHUB_ENV - id: check-branch-exists - uses: GuillaumeFalourd/branch-exists@v1.1 + uses: GuillaumeFalourd/branch-exists@v1.2 with: branch: ${{ env.MERGE_BRANCH_NAME }} - name: Create Merge Branch