diff --git a/.github/workflows/translations-sync.yml b/.github/workflows/translations-sync.yml index 250e9e25f975f..26a9c31cdda05 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@297234bae049541aa48ed268e5de00dee4efa4b4 # v2.8.0 + uses: crowdin/github-action@9fd07c1c5b36b15f082d1d860dc399f16f849bd7 # v2.9.0 with: # do not upload anything - this is a one-way operation download upload_sources: false diff --git a/.github/workflows/translations-upload.yml b/.github/workflows/translations-upload.yml index ef7a669021f9e..581a5337ff215 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@297234bae049541aa48ed268e5de00dee4efa4b4 # v2.8.0 + uses: crowdin/github-action@9fd07c1c5b36b15f082d1d860dc399f16f849bd7 # v2.9.0 with: # only upload sources, ensuring this is a one-way operation upload_sources: true