Skip to content

Commit 08d7eb4

Browse files
[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](juliangruber/find-pull-request-action@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] <support@github.com>
1 parent 108a175 commit 08d7eb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-prs-for-stale-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: "Find Existing PR"
143143
if: steps.detection.outputs.defaultbranch != matrix.branch
144-
uses: juliangruber/find-pull-request-action@v1.10.0
144+
uses: juliangruber/find-pull-request-action@v1.11.0
145145
id: find-pull-request
146146
with:
147147
branch: "${{env.BRANCH}}"

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fetch-tags: true
8080

8181
- name: "Find PR For branch"
82-
uses: juliangruber/find-pull-request-action@v1.10.0
82+
uses: juliangruber/find-pull-request-action@v1.11.0
8383
id: findPr
8484
with:
8585
branch: ${{github.ref_name}}

0 commit comments

Comments
 (0)