diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 1ebe179c4..0ee523818 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@v3.1.2 + uses: github/combine-prs@v4.1.0 with: github_token: ${{ secrets.ORG_GITHUB_PAT }} labels: "dependabot,combined-pr"