From 7187ab50b3e7ebb68c42dc655aeb73ed4b1d433a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:04:31 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .github/workflows/pr-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-sync.yaml b/.github/workflows/pr-sync.yaml index 4c366e4..da57874 100644 --- a/.github/workflows/pr-sync.yaml +++ b/.github/workflows/pr-sync.yaml @@ -48,7 +48,7 @@ jobs: run: | git fetch origin main:main git reset --hard main - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 name: Create Pull Request env: GIT_TAG: ${{needs.create-release.outputs.version}}