chore(deps): update actions/github-script action to v4 (#13344)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-21 01:06:26 +02:00 committed by GitHub
parent b4c798e754
commit 205e4bf3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ jobs:
git commit -am "chore: update test262 to ${{ steps.test262.outputs.sha1 }}"
git push --force origin update-test262-parser
- name: Create Pull Request
uses: actions/github-script@v3
uses: actions/github-script@v4
with:
github-token: ${{ secrets.BOT_TOKEN }}
script: |

View File

@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Get Pull Request branch
uses: actions/github-script@v3
uses: actions/github-script@v4
id: pr-meta
with:
github-token: ${{ secrets.GITHUB_TOKEN }}