diff --git a/.github/workflows/combine-dependabot-prs.yml b/.github/workflows/combine-dependabot-prs.yml index 3e4db4a0..75e2b0cc 100644 --- a/.github/workflows/combine-dependabot-prs.yml +++ b/.github/workflows/combine-dependabot-prs.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: combine-dependabot-prs - uses: github/combine-prs@v3.1.1 + uses: github/combine-prs@v4.0.0 with: branch_regex: ^(dependa|wrapper)bot\/.*$ github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}