diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index be17f9fa..95d68061 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}}"