From 824d5f9fdf1e279c8f331a81cc94eeba5565515a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 19:33:08 +0530 Subject: [PATCH] chore(deps): update actions/github-script action to v4 (#41885) Co-authored-by: Renovate Bot --- .github/workflows/no-prs-to-translation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-prs-to-translation.yml b/.github/workflows/no-prs-to-translation.yml index 93ec795dfd..fbf4a00ee4 100644 --- a/.github/workflows/no-prs-to-translation.yml +++ b/.github/workflows/no-prs-to-translation.yml @@ -15,7 +15,7 @@ jobs: has-translation: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v3 + - uses: actions/github-script@v4 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |