diff --git a/.github/workflows/pr-deploy-test-branch.yml b/.github/workflows/pr-deploy-test-branch.yml index a534561288..e8bc5eeaa7 100644 --- a/.github/workflows/pr-deploy-test-branch.yml +++ b/.github/workflows/pr-deploy-test-branch.yml @@ -158,7 +158,7 @@ jobs: - name: Check for changes in translations if: steps.filter_locales.outputs.locales == true - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | core.setFailed('You should not alter translations outside of Crowdin.')