Skip to content

Commit

Permalink
Merge pull request #10732 from DestinyItemManager/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/minor-9538c132c8

Bump crowdin/github-action from 2.1.2 to 2.2.0 in the minor group
  • Loading branch information
auto-merge-helper[bot] authored Sep 23, 2024
2 parents 7dd79ad + 63915f3 commit 395b4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-bot-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm install --frozen-lockfile --prefer-offline

- name: Download updated i18n files
uses: crowdin/github-action@v2.1.2
uses: crowdin/github-action@v2.2.0
with:
upload_sources: false
upload_translations: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-bot-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: dimJSON="$(jq -S . src/locale/en.json)" && echo "${dimJSON}" > src/locale/en.json

- name: Upload updated en.json to crowdin
uses: crowdin/github-action@v2.1.2
uses: crowdin/github-action@v2.2.0
with:
upload_sources: true
upload_translations: false
Expand Down

0 comments on commit 395b4ff

Please sign in to comment.