From 756d8247682949f5c4c8da871d18f3a1301571bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:56:43 +0000 Subject: [PATCH] Bump github/combine-prs from 3.0.1 to 3.1.1 Bumps [github/combine-prs](https://github.com/github/combine-prs) from 3.0.1 to 3.1.1. - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v3.0.1...v3.1.1) --- updated-dependencies: - dependency-name: github/combine-prs dependency-type: direct:production update-type: version-update:semver-minor ... 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 2a634b34f22..55b5e76852b 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@v3.0.1 + uses: github/combine-prs@v3.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}