File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- name : Add Guidance Comment
18
18
if : ${{ contains(steps.check_labels.outputs.labels, 'dsa-solution') }}
19
- uses : actions/github-script@v7
19
+ uses : actions/github-script@v8
20
20
with :
21
21
github-token : ${{ secrets.GITHUB_TOKEN }}
22
22
script : |
Original file line number Diff line number Diff line change 11
11
issues : write
12
12
steps :
13
13
- name : Greet User
14
- uses : actions/github-script@v7
14
+ uses : actions/github-script@v8
15
15
with :
16
16
github-token : ${{ secrets.GITHUB_TOKEN }}
17
17
script : |
Original file line number Diff line number Diff line change 54
54
55
55
- name : Format lighthouse score
56
56
id : format_lighthouse_score
57
- uses : actions/github-script@v7.0.1
57
+ uses : actions/github-script@v8
58
58
with :
59
59
github-token : ${{ secrets.GITHUB_TOKEN }}
60
60
script : |
You can’t perform that action at this time.
0 commit comments