diff --git a/.github/workflows/pr-deploy-test-branch.yml b/.github/workflows/pr-deploy-test-branch.yml index cc3104fa8d..e8c8033354 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@v8 with: script: | core.setFailed('You should not alter translations outside of Crowdin.')