From 9bf2a7050bb6945c5fa9d9aedd02e49cceaeef25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 03:44:06 +0000 Subject: [PATCH] Bump github/combine-prs from 2.1.0 to 3.0.1 Bumps [github/combine-prs](https://github.com/github/combine-prs) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v2.1.0...v3.0.1) --- 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-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index a12fc172f65..2a634b34f22 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -13,6 +13,6 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v2.1.0 + uses: github/combine-prs@v3.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}