Skip to content

Commit 2729a86

Browse files
build(deps): Bump crowdin/github-action from 2.1.2 to 2.2.0
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](crowdin/github-action@v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1197af7 commit 2729a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/crowdin-per-language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919
- name: Matrix
20-
uses: crowdin/github-action@v2.1.2
20+
uses: crowdin/github-action@v2.2.0
2121
with:
2222
upload_translations: false # default is false
2323
download_translations: true

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Sync translations with Crowdin
16-
uses: crowdin/github-action@v2.1.2
16+
uses: crowdin/github-action@v2.2.0
1717
with:
1818
# default is false
1919
# Use this option to upload translations for a single specified language

0 commit comments

Comments
 (0)