File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
if : ${{ github.event.workflow_run.conclusion == 'success' }}
19
19
steps :
20
20
- name : Download diffs
21
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
21
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
22
22
with :
23
23
script : |
24
24
const fs = require('fs');
42
42
43
43
- name : Get PR number
44
44
id : get-pr-number
45
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
45
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
46
46
with :
47
47
script : |
48
48
const fs = require('fs');
58
58
59
59
- name : Post comment
60
60
id : post-comment
61
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
61
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
62
62
with :
63
63
github-token : ${{ secrets.GITHUB_TOKEN }}
64
64
script : |
You can’t perform that action at this time.
0 commit comments