From 3d9ffcb5bb031b93b2071f243993eae4af41ffb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:41:12 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 --- .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'