From 57d2fd3d30e6bdcb5dafc6d2d5dfaeb6cf3fc60d Mon Sep 17 00:00:00 2001 From: skudasov Date: Fri, 13 Sep 2024 11:56:34 +0200 Subject: [PATCH] try find other PRs --- .github/workflows/dependabot-consumers-summary.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-consumers-summary.yaml b/.github/workflows/dependabot-consumers-summary.yaml index ccb2aa374..027ecefc1 100644 --- a/.github/workflows/dependabot-consumers-summary.yaml +++ b/.github/workflows/dependabot-consumers-summary.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up jq for JSON parsing run: sudo apt-get install -y jq - name: Find Dependabot PRs @@ -20,7 +20,7 @@ jobs: repos=("smartcontractkit/chainlink" "smartcontractkit/chainlink-solana") # Define the title pattern to search for - title_pattern="Bump github.com/smartcontractkit/chainlink-testing-framework/lib from" + title_pattern="Bump github.com/smartcontractkit/chainlink-solana from" echo "# Dependabot PRs for Bumping chainlink-testing-framework/lib" >> "$GITHUB_STEP_SUMMARY"