From 8a0500a5cbd5956c63e8da7a8c1dce8b4c669bcc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Apr 2022 14:04:37 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v4.0.2 --- .github/workflows/submodule-sync.yml | 2 +- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/submodule-sync.yml b/.github/workflows/submodule-sync.yml index 6aef314e..3b0125c8 100644 --- a/.github/workflows/submodule-sync.yml +++ b/.github/workflows/submodule-sync.yml @@ -19,7 +19,7 @@ jobs: git submodule update --remote --recursive - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.0.1 + uses: peter-evans/create-pull-request@v4.0.2 with: title: "Updated submodule" branch: "chore/update-submodule" diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 970497a5..67a046ea 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@v4.0.1 + uses: peter-evans/create-pull-request@v4.0.2 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 9c6b5a8d..4d3bbf09 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -31,7 +31,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v4.0.1 + uses: peter-evans/create-pull-request@v4.0.2 with: base: "main" title: "Updated README.md"