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 2626    runs-on : ubuntu-latest 
2727    steps :
2828      - name : check whether the ref is in sync 
29-         uses : actions/github-script@v7  
29+         uses : actions/github-script@v8  
3030        id : check 
3131        with :
3232          script : | 
7373          repositories : ${{ steps.check.outputs.target-repo-name }} 
7474      - name : set authorization header 
7575        if : steps.check.outputs.skip == 'false' 
76-         uses : actions/github-script@v7  
76+         uses : actions/github-script@v8  
7777        id : auth 
7878        with :
7979          script : | 
Original file line number Diff line number Diff line change 2626
2727    steps :
2828      - name : check which refs need to be synchronized 
29-         uses : actions/github-script@v7  
29+         uses : actions/github-script@v8  
3030        id : check 
3131        with :
3232          script : | 
@@ -131,7 +131,7 @@ jobs:
131131          repositories : ${{ steps.check.outputs.target-repo-name }} 
132132      - name : set authorization header 
133133        if : steps.check.outputs.refspec != '' 
134-         uses : actions/github-script@v7  
134+         uses : actions/github-script@v8  
135135        id : auth 
136136        with :
137137          script : | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments