chore(deps): update peter-evans/create-pull-request action to v3.14.0 (#1759)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
4829c24576
commit
3e4eb5217d
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
|
@ -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@v3.13.0
|
uses: peter-evans/create-pull-request@v3.14.0
|
||||||
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
|
@ -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@v3.13.0
|
uses: peter-evans/create-pull-request@v3.14.0
|
||||||
if: "env.UPDATED == 'true'"
|
if: "env.UPDATED == 'true'"
|
||||||
with:
|
with:
|
||||||
assignees: msfjarvis
|
assignees: msfjarvis
|
||||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
uses: peter-evans/create-pull-request@v3.13.0
|
uses: peter-evans/create-pull-request@v3.14.0
|
||||||
if: "${{ env.UPDATED == 'true' }}"
|
if: "${{ env.UPDATED == 'true' }}"
|
||||||
with:
|
with:
|
||||||
assignees: msfjarvis
|
assignees: msfjarvis
|
||||||
|
|
Loading…
Reference in a new issue