Skip to content

Commit

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

---
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 Nov 15, 2023
1 parent 543f15d commit e9b8578
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.14.1
uses: crowdin/github-action@v1.15.1
with:
upload_sources: true

- name: Download Chinese (simplified) translations
uses: crowdin/github-action@v1.14.1
uses: crowdin/github-action@v1.15.1
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.14.1
uses: crowdin/github-action@v1.15.1
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.14.1
uses: crowdin/github-action@v1.15.1
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.14.1
uses: crowdin/github-action@v1.15.1
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.14.1
uses: crowdin/github-action@v1.15.1
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.14.1
uses: crowdin/github-action@v1.15.1
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.14.1
uses: crowdin/github-action@v1.15.1
with:
upload_sources: false
download_translations: true
Expand Down

0 comments on commit e9b8578

Please sign in to comment.