diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index b9620f5f32..1fb7e09116 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Sync translations from Crowdin - uses: crowdin/github-action@1.4.8 + uses: crowdin/github-action@1.12.0 with: upload_sources: true download_translations: true