File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Download PR artifact
17
- uses : actions/github-script@v5
17
+ uses : actions/github-script@v6
18
18
with :
19
19
script : |
20
20
const fs = require('fs');
44
44
- name : Unzip artifact
45
45
run : unzip pr.zip
46
46
- name : Merge PR
47
- uses : actions/github-script@v5
47
+ uses : actions/github-script@v6
48
48
with :
49
49
script : |
50
50
const fs = require('fs');
Original file line number Diff line number Diff line change 20
20
github.event.workflow_run.conclusion == 'success' }}
21
21
steps :
22
22
- name : ' Download artifact'
23
- uses : actions/github-script@v5
23
+ uses : actions/github-script@v6
24
24
# For security, we only download artifacts tied to the successful PR recording workflow
25
25
with :
26
26
script : |
46
46
- run : unzip pr.zip
47
47
48
48
- name : ' Label PR based on title'
49
- uses : actions/github-script@v5
49
+ uses : actions/github-script@v6
50
50
with :
51
51
github-token : ${{ secrets.GITHUB_TOKEN }}
52
52
# This safely runs in our base repo, not on fork
You can’t perform that action at this time.
0 commit comments