Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit c457718

Browse files
authored
🔄 Synchronised with master (#134)
Co-authored-by: bytestream <[email protected]>
1 parent 49fbce8 commit c457718

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.github/workflows/sync.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
branch: ['de', 'es', 'fa', 'fr', 'nl', 'pl', 'pt_BR', 'rs', 'ru', 'sv', 'tr']
14+
branch: ['de', 'es', 'fa', 'fr', 'nl', 'pl', 'pt-BR', 'rs', 'ru', 'sv', 'tr']
1515
path: ['614ed54b-7b88-4936-a3a2-e1a84669010a']
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
with:
2121
ref: ${{ matrix.branch }}
2222

@@ -27,7 +27,7 @@ jobs:
2727
tools: composer:v2, supportpal/language-tools
2828

2929
- name: Check out English branch
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
with:
3232
path: ${{ matrix.path }}
3333
ref: master

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
@@ -27,7 +27,7 @@ jobs:
2727
options: --exclude=vendor
2828

2929
- name: Check out English branch
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
with:
3232
repository: supportpal/language-files
3333
path: en/

0 commit comments

Comments
 (0)