From 8f6e7c42ffc43cc2a2a63d68fecb992f04187d2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 06:11:52 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v4.1.3 --- .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 5b1de21..d6ba26f 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.1.2 + uses: peter-evans/create-pull-request@v4.1.3 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"