From 422be0138abd5273e9754b21596d339792214322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:50:48 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7.0.7 (#2443) 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 8c220b87..05c046b5 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -37,7 +37,7 @@ jobs: - name: Run git-cliff uses: tj-actions/git-cliff@v1 - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.6 + uses: peter-evans/create-pull-request@v7.0.7 with: base: "main" labels: "merge when passing"