Skip to content

Commit

Permalink
Bump crowdin/github-action from 1.13.1 to 1.14.0
Browse files Browse the repository at this point in the history
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](crowdin/github-action@v1.13.1...v1.14.0)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 0e07846 commit fae3c1e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/crowdin-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v3

- name: Upload or update source files to Crowdin
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: true

- name: Download Chinese (simplified) translations
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
download_translations: true
Expand All @@ -42,7 +42,7 @@ jobs:
config: crowdin.yaml

- name: Download French translations
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
download_translations: true
Expand All @@ -60,7 +60,7 @@ jobs:
config: crowdin.yaml

- name: Download German translations
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
download_translations: true
Expand All @@ -78,7 +78,7 @@ jobs:
config: crowdin.yaml

- name: Download Indonesian translations
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
download_translations: true
Expand All @@ -96,7 +96,7 @@ jobs:
config: crowdin.yaml

- name: Download Italian translations
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
download_translations: true
Expand All @@ -114,7 +114,7 @@ jobs:
config: crowdin.yaml

- name: Download Te Reo Māori translations
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
download_translations: true
Expand All @@ -132,7 +132,7 @@ jobs:
config: crowdin.yaml

- name: Download Turkish translations
uses: crowdin/github-action@v1.13.1
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
download_translations: true
Expand Down

0 comments on commit fae3c1e

Please sign in to comment.