chore(deps): update peter-evans/create-pull-request action to v3.12.1 (#1701)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ab72befaef
commit
cf92d8a5a3
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
|
@ -78,7 +78,7 @@ jobs:
|
|||
git commit -m "build: bump version"
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3.12.0
|
||||
uses: peter-evans/create-pull-request@v3.12.1
|
||||
with:
|
||||
author: GitHub Actions <noreply@github.com>
|
||||
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
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: if [[ $(git diff --stat) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3.12.0
|
||||
uses: peter-evans/create-pull-request@v3.12.1
|
||||
if: env.UPDATED == 'true'
|
||||
with:
|
||||
assignees: msfjarvis
|
||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
uses: peter-evans/create-pull-request@v3.12.0
|
||||
uses: peter-evans/create-pull-request@v3.12.1
|
||||
if: env.UPDATED == 'true'
|
||||
with:
|
||||
assignees: msfjarvis
|
||||
|
|
Loading…
Reference in a new issue