diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 0adff065..01d7bc7f 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -112,7 +112,7 @@ jobs: - name: "Find Existing PR" if: steps.detection.outputs.defaultbranch != matrix.branch - uses: juliangruber/find-pull-request-action@v1.8.0 + uses: juliangruber/find-pull-request-action@v1.8.1 id: find-pull-request with: branch: "${{env.BRANCH}}" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 54cf24ad..66dcae19 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -56,7 +56,7 @@ jobs: fetch-depth: 1 - name: "Find PR For branch" - uses: juliangruber/find-pull-request-action@v1.8.0 + uses: juliangruber/find-pull-request-action@v1.8.1 id: findPr with: branch: ${{github.ref_name}}