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.0 to 1.8.1.
- [Release notes](https://github.com/juliangruber/find-pull-request-action/releases)
- [Commits](juliangruber/find-pull-request-action@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: juliangruber/find-pull-request-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 8958a94 commit 78afaf9
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 @@ -112,7 +112,7 @@ jobs:
- name: "Find Existing PR"
if: steps.detection.outputs.defaultbranch != matrix.branch
uses: juliangruber/[email protected].0
uses: juliangruber/[email protected].1
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 @@ -56,7 +56,7 @@ jobs:
fetch-depth: 1

- name: "Find PR For branch"
uses: juliangruber/[email protected].0
uses: juliangruber/[email protected].1
id: findPr
with:
branch: ${{github.ref_name}}
Expand Down

0 comments on commit 78afaf9

Please sign in to comment.