From 237691a627ea2fa1af7963117a20db3efdcba403 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 25 Mar 2024 20:16:06 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/create-prs-for-stale-branches.yml --- .github/workflows/create-prs-for-stale-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}"