File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141      - name : Install xcbeautify 
4242        run : brew install xcbeautify 
4343      - name : Checkout code 
44-         uses : actions/checkout@v4  
44+         uses : actions/checkout@v5  
4545      - name : Run tests 
4646        env :
4747          DESTINATION : ${{ format('platform={0},{1}', matrix.platform, matrix.destination) }} 
7777    container : ${{ matrix.swift-image }} 
7878    steps :
7979      - name : Checkout code 
80-         uses : actions/checkout@v4  
80+         uses : actions/checkout@v5  
8181      - name : Install xcbeautify 
8282        run : | 
8383          DEBIAN_FRONTEND=noninteractive apt-get update 
@@ -106,7 +106,7 @@ jobs:
106106    permissions : { actions: write, contents: read, security-events: write } 
107107    steps :
108108      - name : Checkout code 
109-         uses : actions/checkout@v4  
109+         uses : actions/checkout@v5  
110110      - name : Mark repo safe 
111111        run : | 
112112          git config --global --add safe.directory "${GITHUB_WORKSPACE}" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments