File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : check which refs need to be synchronized
24
- uses : actions/github-script@v6
24
+ uses : actions/github-script@v7
25
25
id : check
26
26
with :
27
27
script : |
@@ -117,7 +117,7 @@ jobs:
117
117
repository : ${{ env.TARGET_REPOSITORY }}
118
118
- name : set authorization header
119
119
if : steps.check.outputs.refspec != ''
120
- uses : actions/github-script@v6
120
+ uses : actions/github-script@v7
121
121
id : auth
122
122
with :
123
123
script : |
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : check which refs need to be synchronized
23
- uses : actions/github-script@v6
23
+ uses : actions/github-script@v7
24
24
id : check
25
25
with :
26
26
script : |
@@ -103,7 +103,7 @@ jobs:
103
103
repository : ${{ env.TARGET_REPOSITORY }}
104
104
- name : set authorization header
105
105
if : steps.check.outputs.refspec != ''
106
- uses : actions/github-script@v6
106
+ uses : actions/github-script@v7
107
107
id : auth
108
108
with :
109
109
script : |
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@v6
29
+ uses : actions/github-script@v7
30
30
id : check
31
31
with :
32
32
script : |
68
68
repository : ${{ env.TARGET_REPOSITORY }}
69
69
- name : set authorization header
70
70
if : steps.check.outputs.skip == 'false'
71
- uses : actions/github-script@v6
71
+ uses : actions/github-script@v7
72
72
id : auth
73
73
with :
74
74
script : |
You can’t perform that action at this time.
0 commit comments