From 9f3c1f9a5242d5926233f7ee9dd3f4c776d1df7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 20:03:50 +0000 Subject: [PATCH] build(deps): 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/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 085d7bd10379..40713f35e26c 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -301,7 +301,7 @@ jobs: curl -X POST -H 'Content-type: application/json' -d @/tmp/payload ${{ secrets.WEBHOOK_FLAKY_LAND_BLOCKING_CT }} fi - name: Post test results on PR - uses: actions/github-script@v3 + uses: actions/github-script@v5.1.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |