From 2099c6ecfa0c1c2add9011a4505a3a7739568d4c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 May 2021 05:18:16 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v3.9.2 --- .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 799d643..b67cde1 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.9.1 + uses: peter-evans/create-pull-request@v3.9.2 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"