File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Download PR artifact
17- uses : actions/github-script@v5
17+ uses : actions/github-script@v6
1818 with :
1919 script : |
2020 const fs = require('fs');
4444 - name : Unzip artifact
4545 run : unzip pr.zip
4646 - name : Merge PR
47- uses : actions/github-script@v5
47+ uses : actions/github-script@v6
4848 with :
4949 script : |
5050 const fs = require('fs');
Original file line number Diff line number Diff line change 2020 github.event.workflow_run.conclusion == 'success' }}
2121 steps :
2222 - name : ' Download artifact'
23- uses : actions/github-script@v5
23+ uses : actions/github-script@v6
2424 # For security, we only download artifacts tied to the successful PR recording workflow
2525 with :
2626 script : |
4646 - run : unzip pr.zip
4747
4848 - name : ' Label PR based on title'
49- uses : actions/github-script@v5
49+ uses : actions/github-script@v6
5050 with :
5151 github-token : ${{ secrets.GITHUB_TOKEN }}
5252 # This safely runs in our base repo, not on fork
You can’t perform that action at this time.
0 commit comments