Skip to content

Commit ef76037

Browse files
build(deps): bump crowdin/github-action from 1.20.1 to 1.20.2
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](crowdin/github-action@v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d933c89 commit ef76037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/crowdin-actions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Upload or update source files to Crowdin
22-
uses: crowdin/[email protected].1
22+
uses: crowdin/[email protected].2
2323
with:
2424
upload_sources: true
2525

2626
- name: Download German translations
27-
uses: crowdin/[email protected].1
27+
uses: crowdin/[email protected].2
2828
with:
2929
upload_sources: false
3030
download_translations: true
@@ -42,7 +42,7 @@ jobs:
4242
config: crowdin.yaml
4343

4444
- name: Download Spanish translations
45-
uses: crowdin/[email protected].1
45+
uses: crowdin/[email protected].2
4646
with:
4747
upload_sources: false
4848
download_translations: true

0 commit comments

Comments
 (0)