chore(deps): update actions/github-script action to v4 (#13344)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b4c798e754
commit
205e4bf3e4
2
.github/workflows/update-parser-tests.yml
vendored
2
.github/workflows/update-parser-tests.yml
vendored
@ -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: |
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user