Browse Source

Update peter-evans/create-pull-request action to v7.0.5 (#32164)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dariusk-working/4_3_0
renovate[bot] 1 year ago committed by Claire
parent
commit
6398d7b784
  1. 2
      .github/workflows/crowdin-download-stable.yml
  2. 2
      .github/workflows/crowdin-download.yml

2
.github/workflows/crowdin-download-stable.yml

@ -50,7 +50,7 @@ jobs:
# Create or update the pull request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.1
uses: peter-evans/create-pull-request@v7.0.5
with:
commit-message: 'New Crowdin translations'
title: 'New Crowdin Translations for ${{ github.base_ref || github.ref_name }} (automated)'

2
.github/workflows/crowdin-download.yml

@ -52,7 +52,7 @@ jobs:
# Create or update the pull request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.1
uses: peter-evans/create-pull-request@v7.0.5
with:
commit-message: 'New Crowdin translations'
title: 'New Crowdin Translations (automated)'

Loading…
Cancel
Save