Skip to content

Commit

Permalink
chore(ci): update crowdin actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe committed Sep 11, 2023
1 parent 7404782 commit add9cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/download-locales/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: composite
steps:
- name: Download eo-UY
uses: crowdin/github-action@v1.8.0
uses: crowdin/github-action@v1.12.0
with:
download_language: eo
config: crowdin.yml
Expand All @@ -21,7 +21,7 @@ runs:
export_only_approved: false
crowdin_branch_name: ${{ inputs.crowdin-branch }}
- name: Download zh-CN
uses: crowdin/github-action@v1.8.0
uses: crowdin/github-action@v1.12.0
with:
download_language: zh-CN
config: crowdin.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2

- name: Upload
uses: crowdin/github-action@v1.8.0
uses: crowdin/github-action@v1.12.0
with:
config: crowdin.yml
crowdin_branch_name: ${{ env.CROWDIN_BRANCH }}

0 comments on commit add9cf8

Please sign in to comment.