From bfc2604f8e961be0d464c583f9d6b37713f4e331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:41:54 +0000 Subject: [PATCH] Bump repo-sync/pull-request from 2 to 2.6 Bumps [repo-sync/pull-request](https://github.com/repo-sync/pull-request) from 2 to 2.6. - [Release notes](https://github.com/repo-sync/pull-request/releases) - [Commits](https://github.com/repo-sync/pull-request/compare/v2...v2.6) Signed-off-by: dependabot[bot] --- .github/workflows/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index b0859d6..929a4b9 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -29,7 +29,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Create pull request - uses: repo-sync/pull-request@v2 + uses: repo-sync/pull-request@v2.6 with: source_branch: "release" destination_branch: "main"