diff --git a/.github/workflows/translations-sync.yml b/.github/workflows/translations-sync.yml index 09813283ed6e0..105f296166722 100644 --- a/.github/workflows/translations-sync.yml +++ b/.github/workflows/translations-sync.yml @@ -37,7 +37,7 @@ jobs: # see all the options at https://github.com/crowdin/github-action - name: Crowdin PR - uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0 + uses: crowdin/github-action@b811e495831e49ff516e7c801f7c5546879b9ee7 # v2.5.2 id: crowdin_pr with: # do not upload anything - this is a one-way operation download diff --git a/.github/workflows/translations-upload.yml b/.github/workflows/translations-upload.yml index c791183731f78..de35b39b25bf1 100644 --- a/.github/workflows/translations-upload.yml +++ b/.github/workflows/translations-upload.yml @@ -27,7 +27,7 @@ jobs: # see all the options at https://github.com/crowdin/github-action - name: crowdin action - uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0 + uses: crowdin/github-action@b811e495831e49ff516e7c801f7c5546879b9ee7 # v2.5.2 with: # only upload sources, ensuring this is a one-way operation upload_sources: true