Update actions/github-script requirement to v2

Updates the requirements on [actions/github-script](https://github.com/actions/github-script) to permit the latest version.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](6e5ee1dc1c)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-22 06:07:25 +00:00 committed by GitHub
parent e2923d0cca
commit 1870af5c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: merge
uses: actions/github-script@0.2.0
uses: actions/github-script@v2
with:
script: |
github.pullRequests.createReview({