From 08d7eb4991c823da97c525ee862555eedf9744cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:29:06 +0000 Subject: [PATCH] [Dependencies]: Bump juliangruber/find-pull-request-action Bumps [juliangruber/find-pull-request-action](https://github.com/juliangruber/find-pull-request-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/juliangruber/find-pull-request-action/releases) - [Commits](https://github.com/juliangruber/find-pull-request-action/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: juliangruber/find-pull-request-action dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create-prs-for-stale-branches.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 51517177..00edc1bd 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -141,7 +141,7 @@ jobs: - name: "Find Existing PR" if: steps.detection.outputs.defaultbranch != matrix.branch - uses: juliangruber/find-pull-request-action@v1.10.0 + uses: juliangruber/find-pull-request-action@v1.11.0 id: find-pull-request with: branch: "${{env.BRANCH}}" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a0be46a0..96bee9af 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -79,7 +79,7 @@ jobs: fetch-tags: true - name: "Find PR For branch" - uses: juliangruber/find-pull-request-action@v1.10.0 + uses: juliangruber/find-pull-request-action@v1.11.0 id: findPr with: branch: ${{github.ref_name}}