Skip to content

Commit

Permalink
[Dependencies]: Bump juliangruber/find-pull-request-action
Browse files Browse the repository at this point in the history
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](juliangruber/find-pull-request-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 4c0973d commit 934b0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 934b0ec

Please sign in to comment.