File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717    steps :
1818      - name : " Checkout code" 
19-         uses : actions/checkout@v4  
19+         uses : actions/checkout@v5  
2020
2121      - name : " Setup PHP" 
2222        uses : shivammathur/setup-php@v2 
Original file line number Diff line number Diff line change 1313    steps :
1414      - name : " Checkout code" 
1515        if : github.event.pull_request.head.repo.full_name == github.repository 
16-         uses : actions/checkout@v4  
16+         uses : actions/checkout@v5  
1717        with :
1818          #  Must be used to trigger workflow after push
1919          token : ${{ secrets.ACCESS_TOKEN }} 
Original file line number Diff line number Diff line change 2323
2424    steps :
2525      - name : " Checkout code" 
26-         uses : actions/checkout@v4  
26+         uses : actions/checkout@v5  
2727
2828      - name : " Setup PHP" 
2929        uses : shivammathur/setup-php@v2 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments