From 1462f8dde59cb6d8f346c92c78c0c51462e71706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 01:18:09 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 5.1.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 5.1.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v5.1.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... 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..48b63003300c 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@v5.1.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |