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}}