Skip to content

Commit 724ac81

Browse files
Merge pull request #11683 from DestinyItemManager/dependabot/github_actions/minor-6e272d5b58
Bump crowdin/github-action from 2.13.0 to 2.14.0 in the minor group
2 parents 699890f + f9feeb8 commit 724ac81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/i18n-bot-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: ./.github/actions/setup-pnpm
2121

2222
- name: Download updated i18n files
23-
uses: crowdin/github-action@v2.13.0
23+
uses: crowdin/github-action@v2.14.0
2424
with:
2525
upload_sources: false
2626
upload_translations: false

.github/workflows/i18n-bot-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: dimJSON="$(jq -S . src/locale/en.json)" && echo "${dimJSON}" > src/locale/en.json
2121

2222
- name: Upload updated en.json to crowdin
23-
uses: crowdin/github-action@v2.13.0
23+
uses: crowdin/github-action@v2.14.0
2424
with:
2525
upload_sources: true
2626
upload_translations: false

0 commit comments

Comments
 (0)