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 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : check whether the ref is in sync
29
- uses : actions/github-script@v7
29
+ uses : actions/github-script@v8
30
30
id : check
31
31
with :
32
32
script : |
73
73
repositories : ${{ steps.check.outputs.target-repo-name }}
74
74
- name : set authorization header
75
75
if : steps.check.outputs.skip == 'false'
76
- uses : actions/github-script@v7
76
+ uses : actions/github-script@v8
77
77
id : auth
78
78
with :
79
79
script : |
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : check which refs need to be synchronized
29
- uses : actions/github-script@v7
29
+ uses : actions/github-script@v8
30
30
id : check
31
31
with :
32
32
script : |
@@ -131,7 +131,7 @@ jobs:
131
131
repositories : ${{ steps.check.outputs.target-repo-name }}
132
132
- name : set authorization header
133
133
if : steps.check.outputs.refspec != ''
134
- uses : actions/github-script@v7
134
+ uses : actions/github-script@v8
135
135
id : auth
136
136
with :
137
137
script : |
You can’t perform that action at this time.
0 commit comments