diff --git a/.github/workflows/crowdin-update-source.yml b/.github/workflows/crowdin-update-source.yml index 8820bfd..fcac766 100644 --- a/.github/workflows/crowdin-update-source.yml +++ b/.github/workflows/crowdin-update-source.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: crowdin action - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index c6055e4..07d1809 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: crowdin action - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false upload_translations: false