Skip to content

Commit 4f1f93a

Browse files
dependabot[bot]andi34
authored andcommitted
dep: bump crowdin/github-action from 2.15.2 to 2.16.0
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.15.2 to 2.16.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](crowdin/github-action@v2.15.2...v2.16.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d892cc7 commit 4f1f93a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/crowdin_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: crowdin action
20-
uses: crowdin/github-action@v2.15.2
20+
uses: crowdin/github-action@v2.16.0
2121
with:
2222
upload_sources: true
2323
upload_translations: false

.github/workflows/crowdin_update_translate.yml

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

1515
- name: Crowdin Sync
16-
uses: crowdin/github-action@v2.15.2
16+
uses: crowdin/github-action@v2.16.0
1717
with:
1818
upload_sources: true
1919
upload_translations: true

.github/workflows/crowdin_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: crowdin action
22-
uses: crowdin/github-action@v2.15.2
22+
uses: crowdin/github-action@v2.16.0
2323
with:
2424
upload_sources: true
2525
upload_translations: false

0 commit comments

Comments
 (0)