From 68187f1971d6e2259acdc7ef587fa649fba77728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:37:30 +0000 Subject: [PATCH] Bump actions/github-script from v3 to v4.0.2 Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293) Signed-off-by: dependabot[bot] --- .github/workflows/land-blocking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/land-blocking.yml b/.github/workflows/land-blocking.yml index 45c6d71b840a..b27fa2e88019 100644 --- a/.github/workflows/land-blocking.yml +++ b/.github/workflows/land-blocking.yml @@ -146,7 +146,7 @@ jobs: fi - name: Post test results on PR if: steps.check_ks.outputs.should_run == 'true' - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |