From a495bdc0ef8c656f0dc49d7fb8f0bcae3f72ddf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:11:49 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 4.0.2 to 6.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v6.0.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 a55db68a11c7..6941a04c54dd 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -335,7 +335,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@v4.0.2 + uses: actions/github-script@v6.0.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |