mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(ci): upgrade actions/github-script to v5 (#6328)
This commit is contained in:
parent
7e3db307ac
commit
98a03067e9
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
PR_NUMBER: ${{ github.event.pull_request.number}}
|
||||
- name: Format lighthouse score
|
||||
id: format_lighthouse_score
|
||||
uses: actions/github-script@v3
|
||||
uses: actions/github-script@v5
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue