From e4854d7cfc2e48c4d1844ca45e8c5682d96220fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:01:42 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 (#617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 54788d6e..f0696204 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -52,7 +52,7 @@ jobs: - name: Open PR to rc branch if: env.IS_RC_BRANCH == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: Update versions and changelogs for ${{ steps.version-number.outputs.version_number }} commit-message: 'chore: update versions and changelogs'