Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 3 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 4.0.2.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v3...v4.0.2)

Signed-off-by: dependabot[bot] <[email protected]>
Closes: aptos-labs#8374
  • Loading branch information
dependabot[bot] authored and bors-libra committed May 13, 2021
1 parent df0bbdd commit 88bef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/github-script@v4.0.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 88bef8e

Please sign in to comment.