From 934b0ec5b9fac6c7091f469abe89212bc072d28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:22:05 +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.8.1 to 1.9.0. - [Release notes](https://github.com/juliangruber/find-pull-request-action/releases) - [Commits](https://github.com/juliangruber/find-pull-request-action/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: juliangruber/find-pull-request-action 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 12558c66..c87466e1 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -116,7 +116,7 @@ jobs: - name: "Find Existing PR" if: steps.detection.outputs.defaultbranch != matrix.branch - uses: juliangruber/find-pull-request-action@v1.8.1 + uses: juliangruber/find-pull-request-action@v1.9.0 id: find-pull-request with: branch: "${{env.BRANCH}}" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 50d16960..6b200317 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -57,7 +57,7 @@ jobs: fetch-tags: true - name: "Find PR For branch" - uses: juliangruber/find-pull-request-action@v1.8.1 + uses: juliangruber/find-pull-request-action@v1.9.0 id: findPr with: branch: ${{github.ref_name}}