File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : check which refs need to be synchronized
24- uses : actions/github-script@v6
24+ uses : actions/github-script@v7
2525 id : check
2626 with :
2727 script : |
@@ -117,7 +117,7 @@ jobs:
117117 repository : ${{ env.TARGET_REPOSITORY }}
118118 - name : set authorization header
119119 if : steps.check.outputs.refspec != ''
120- uses : actions/github-script@v6
120+ uses : actions/github-script@v7
121121 id : auth
122122 with :
123123 script : |
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : check which refs need to be synchronized
23- uses : actions/github-script@v6
23+ uses : actions/github-script@v7
2424 id : check
2525 with :
2626 script : |
@@ -103,7 +103,7 @@ jobs:
103103 repository : ${{ env.TARGET_REPOSITORY }}
104104 - name : set authorization header
105105 if : steps.check.outputs.refspec != ''
106- uses : actions/github-script@v6
106+ uses : actions/github-script@v7
107107 id : auth
108108 with :
109109 script : |
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : check whether the ref is in sync
29- uses : actions/github-script@v6
29+ uses : actions/github-script@v7
3030 id : check
3131 with :
3232 script : |
6868 repository : ${{ env.TARGET_REPOSITORY }}
6969 - name : set authorization header
7070 if : steps.check.outputs.skip == 'false'
71- uses : actions/github-script@v6
71+ uses : actions/github-script@v7
7272 id : auth
7373 with :
7474 script : |
You can’t perform that action at this time.
0 commit comments