From 004221945a281cdc2936d0a10ca358e8a69f6163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:25:26 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6.1.0 (#1304) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 736424ea..e8afefad 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -24,7 +24,7 @@ jobs: - name: Run git-cliff uses: tj-actions/git-cliff@v1 - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.2 + uses: peter-evans/create-pull-request@v6.1.0 with: base: "main" labels: "merge when passing"