From 5fdae7edbf821fed6f85dbf07a4553dca26b4f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:30:58 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 4.0.2 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v6.3.3) --- 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 63755575c3..a34dd6df8f 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -334,7 +334,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.3.3 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |