Skip to content

Commit

Permalink
build(deps): bump crowdin/github-action from 1.4.6 to 1.4.7 (#4492)
Browse files Browse the repository at this point in the history
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](crowdin/github-action@1.4.6...1.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 18, 2022
1 parent 4c1cde7 commit 00dc5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-per-language.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Matrix
uses: crowdin/github-action@1.4.6
uses: crowdin/github-action@1.4.7
with:
upload_translations: false # default is false
download_translations: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: Sync translations with Crowdin
uses: crowdin/github-action@1.4.6
uses: crowdin/github-action@1.4.7
with:
# default is false
# Use this option to upload translations for a single specified language
Expand Down

0 comments on commit 00dc5ae

Please sign in to comment.