From 03c385769a88c3c8ee3378ac64ce53d9f81b4707 Mon Sep 17 00:00:00 2001 From: Robert Sese <734194+rsese@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:53:22 -0600 Subject: [PATCH] bump juliangruber/find-pull-request-action to 1.8.0 (#35188) --- .github/workflows/repo-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 53408cad7b..3856b6983c 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Find pull request if: ${{ github.repository == 'github/docs' }} - uses: juliangruber/find-pull-request-action@db875662766249c049b2dcd85293892d61cb0b51 + uses: juliangruber/find-pull-request-action@3a4c7c62101755c3778d397dcb6a760a558992f1 id: find-pull-request with: github-token: ${{ secrets.DOCS_BOT_SPAM_VISION }} @@ -138,7 +138,7 @@ jobs: pr_allow_empty: false - name: Find pull request - uses: juliangruber/find-pull-request-action@db875662766249c049b2dcd85293892d61cb0b51 + uses: juliangruber/find-pull-request-action@3a4c7c62101755c3778d397dcb6a760a558992f1 id: find-pull-request with: github-token: ${{ secrets.GITHUB_TOKEN }}