From 6ccbc317fa81e202c30e93a87532e4e693390e10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:33:52 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v4.2.1 --- .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 463810e..32aedc2 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -26,7 +26,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.0 + uses: peter-evans/create-pull-request@v4.2.1 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"