From 315505acf41d2913b71af48080fb158cd01f79e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:30:08 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7.0.8 (#2455) 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 05c046b5..9a8da4e5 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.7 + uses: peter-evans/create-pull-request@v7.0.8 with: base: "main" labels: "merge when passing"