chore(deps): update peter-evans/create-pull-request action to v4.0.1 (#1813)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-31 16:48:49 +05:30 committed by GitHub
parent e1cf39c67a
commit da1a5d030f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ jobs:
git commit -m "build: bump version" git commit -m "build: bump version"
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v4.0.0 uses: peter-evans/create-pull-request@v4.0.1
with: with:
author: GitHub Actions <noreply@github.com> author: GitHub Actions <noreply@github.com>
body: This is an automated pull request to bump the changelog for the ${{ github.event.milestone.title }} release. body: This is an automated pull request to bump the changelog for the ${{ github.event.milestone.title }} release.

View file

@ -31,7 +31,7 @@ jobs:
run: if [[ $(git diff --stat) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi run: if [[ $(git diff --stat) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v4.0.0 uses: peter-evans/create-pull-request@v4.0.1
if: "env.UPDATED == 'true'" if: "env.UPDATED == 'true'"
with: with:
assignees: msfjarvis assignees: msfjarvis

View file

@ -34,7 +34,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
id: cpr id: cpr
uses: peter-evans/create-pull-request@v4.0.0 uses: peter-evans/create-pull-request@v4.0.1
if: "${{ env.UPDATED == 'true' }}" if: "${{ env.UPDATED == 'true' }}"
with: with:
assignees: msfjarvis assignees: msfjarvis