chore(deps): update peter-evans/create-pull-request action to v4.0.2 (#1834)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
abf3ecf117
commit
0d4805aff2
3 changed files with 3 additions and 3 deletions
2
.github/workflows/draft_new_release.yml
vendored
2
.github/workflows/draft_new_release.yml
vendored
|
@ -79,7 +79,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.1
|
uses: peter-evans/create-pull-request@v4.0.2
|
||||||
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.
|
||||||
|
|
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
|
@ -30,7 +30,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.1
|
uses: peter-evans/create-pull-request@v4.0.2
|
||||||
if: "env.UPDATED == 'true'"
|
if: "env.UPDATED == 'true'"
|
||||||
with:
|
with:
|
||||||
assignees: msfjarvis
|
assignees: msfjarvis
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
uses: peter-evans/create-pull-request@v4.0.1
|
uses: peter-evans/create-pull-request@v4.0.2
|
||||||
if: "${{ env.UPDATED == 'true' }}"
|
if: "${{ env.UPDATED == 'true' }}"
|
||||||
with:
|
with:
|
||||||
assignees: msfjarvis
|
assignees: msfjarvis
|
||||||
|
|
Loading…
Reference in a new issue