mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-24 14:58:59 +03:00
Merge pull request #5654 from vector-im/dependabot/github_actions/peter-evans/create-pull-request-4
Bump peter-evans/create-pull-request from 3 to 4
This commit is contained in:
commit
dedbce8458
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Run Emoji script
|
- name: Run Emoji script
|
||||||
run: ./tools/import_emojis.py
|
run: ./tools/import_emojis.py
|
||||||
- name: Create Pull Request for Emojis
|
- name: Create Pull Request for Emojis
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: Sync Emojis
|
commit-message: Sync Emojis
|
||||||
title: Sync Emojis
|
title: Sync Emojis
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Run SAS String script
|
- name: Run SAS String script
|
||||||
run: ./tools/import_sas_strings.py
|
run: ./tools/import_sas_strings.py
|
||||||
- name: Create Pull Request for SAS Strings
|
- name: Create Pull Request for SAS Strings
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: Sync SAS Strings
|
commit-message: Sync SAS Strings
|
||||||
title: Sync SAS Strings
|
title: Sync SAS Strings
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Run analytics import script
|
- name: Run analytics import script
|
||||||
run: ./tools/import_analytic_plan.sh
|
run: ./tools/import_analytic_plan.sh
|
||||||
- name: Create Pull Request for analytics plan
|
- name: Create Pull Request for analytics plan
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: Sync analytics plan
|
commit-message: Sync analytics plan
|
||||||
title: Sync analytics plan
|
title: Sync analytics plan
|
||||||
|
|
Loading…
Add table
Reference in a new issue