diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index c00fb9be2..e45d79425 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -18,7 +18,7 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v5.1.0 + uses: github/combine-prs@v5.2.0 with: github_token: ${{ secrets.ORG_GITHUB_PAT }} labels: "dependabot,combined-pr"