File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
node test/util/report.js >> coverage.log || true
34
34
35
35
- name : Comment on PR
36
- uses : actions/github-script@v6
36
+ uses : actions/github-script@v7
37
37
with :
38
38
github-token : ${{secrets.GITHUB_TOKEN}}
39
39
script : |
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
19
19
- name : Trigger wai-aria-practices update
20
- uses : actions/github-script@v6
20
+ uses : actions/github-script@v7
21
21
with :
22
22
github-token : ${{ secrets.GH_TOKEN }}
23
23
script : |
Original file line number Diff line number Diff line change 25
25
ref : refs/pull/${{ github.event.pull_request.number }}/head
26
26
27
27
- name : Trigger wai-aria-practices PR update
28
- uses : actions/github-script@v6
28
+ uses : actions/github-script@v7
29
29
env :
30
30
APG_BRANCH : ${{ github.head_ref }}
31
31
APG_SHA : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments