Skip to content

Commit f366b4d

Browse files
dep: bump crowdin/github-action from 2.14.0 to 2.15.0 (#1467)
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](crowdin/github-action@v2.14.0...v2.15.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68c3579 commit f366b4d

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.14.0
20+
uses: crowdin/github-action@v2.15.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.14.0
16+
uses: crowdin/github-action@v2.15.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.14.0
22+
uses: crowdin/github-action@v2.15.0
2323
with:
2424
upload_sources: true
2525
upload_translations: false

0 commit comments

Comments
 (0)