From a3fd28cde5f5d25c87e1b7b381867fe2a8d87899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:48:40 +0000 Subject: [PATCH] [dependency]: Bump github/combine-prs from 4.1.0 to 5.0.0 Bumps [github/combine-prs](https://github.com/github/combine-prs) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: github/combine-prs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/combine-dependabot-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-dependabot-pr.yaml b/.github/workflows/combine-dependabot-pr.yaml index 82ea0aeac..eb8c10696 100644 --- a/.github/workflows/combine-dependabot-pr.yaml +++ b/.github/workflows/combine-dependabot-pr.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: combine dependabot prs id: combine-prs - uses: github/combine-prs@v4.1.0 + uses: github/combine-prs@v5.0.0 with: pr_title: '[dependency]: Combine dependabot PRs' ci_required: true