diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index 5eadfe8a01..a00cfe8940 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -56,7 +56,7 @@ jobs: passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }} - name: crowdin action - uses: crowdin/github-action@v2.4.0 + uses: crowdin/github-action@v2.7.0 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/crowdin-push.yml b/.github/workflows/crowdin-push.yml index 9afdb4a133..b7c2c0c511 100644 --- a/.github/workflows/crowdin-push.yml +++ b/.github/workflows/crowdin-push.yml @@ -34,7 +34,7 @@ jobs: secret/data/crowdin project-id-blockchain-gui | CROWDIN_PROJECT_ID; - name: crowdin action - uses: crowdin/github-action@v2.4.0 + uses: crowdin/github-action@v2.7.0 with: upload_sources: true upload_translations: false