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