From 3e1369f892c3fa1fc6ffb1442878ff6dbe6b070b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 12:32:40 +0530 Subject: [PATCH] chore(deps): update actions/github-script action to v5 (#43648) 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 fbf4a00ee46..893aba120cf 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@v4 + - uses: actions/github-script@v5 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |