From 7752644e65cd41ad6dd48a2d4a412447b1b6d9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:03:57 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 6.4.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v6.4.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 19205bd70268..c5cf0fa74ee9 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -359,7 +359,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.4.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -1050,7 +1050,7 @@ jobs: echo "FGI_REPRO_CMD=$cmd" >> $GITHUB_ENV echo "FGI_EXIT_CODE=$ret" >> $GITHUB_ENV - name: Post test results on PR - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v6.4.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |