Skip to content

Commit 228d81d

Browse files
committed
chore: bump peter-evans/create-pull-request to v7
1 parent 9d12f22 commit 228d81d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check_for_crowdin_updates.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
path: "${{ github.workspace }}/android/app/src/main"
270270

271271
- name: Create Android Pull Request
272-
uses: peter-evans/create-pull-request@v6
272+
uses: peter-evans/create-pull-request@v7
273273
with:
274274
path: 'android'
275275
token: ${{ secrets.CROWDIN_PR_TOKEN }}
@@ -300,7 +300,7 @@ jobs:
300300
path: "${{ github.workspace }}/desktop"
301301

302302
- name: Create Desktop Pull Request
303-
uses: peter-evans/create-pull-request@v6
303+
uses: peter-evans/create-pull-request@v7
304304
with:
305305
path: 'desktop'
306306
token: ${{ secrets.CROWDIN_PR_TOKEN }}
@@ -332,7 +332,7 @@ jobs:
332332
path: "${{ github.workspace }}/ios"
333333

334334
- name: Create iOS Pull Request
335-
uses: peter-evans/create-pull-request@v6
335+
uses: peter-evans/create-pull-request@v7
336336
with:
337337
path: 'ios'
338338
token: ${{ secrets.CROWDIN_PR_TOKEN }}
@@ -362,7 +362,7 @@ jobs:
362362
path: "${{ github.workspace }}/appium/run/localizer"
363363

364364
- name: Create QA Pull Request
365-
uses: peter-evans/create-pull-request@v6
365+
uses: peter-evans/create-pull-request@v7
366366
with:
367367
path: 'appium'
368368
token: ${{ secrets.CROWDIN_PR_TOKEN }}

0 commit comments

Comments
 (0)