File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212    runs-on : ubuntu-latest 
1313    steps :
1414      - name : Checkout source code 
15-         uses : actions/checkout@v4  
15+         uses : actions/checkout@v5  
1616      - name : Set up Python 
1717        uses : actions/setup-python@v5 
1818        with :
7272          --health-retries 5 
7373     steps :
7474      - name : Checkout source code 
75-         uses : actions/checkout@v4  
75+         uses : actions/checkout@v5  
7676      - name : Set up Python ${{ matrix.python }} 
7777        uses : actions/setup-python@v5 
7878        with :
@@ -104,7 +104,7 @@ jobs:
104104    runs-on : ubuntu-latest 
105105    steps :
106106      - name : Checkout source code 
107-         uses : actions/checkout@v4  
107+         uses : actions/checkout@v5  
108108        with :
109109          fetch-depth : 0 
110110      - name : Set up Python 
@@ -132,7 +132,7 @@ jobs:
132132      COMPOSE_FILE : ${{ matrix.db == 'mysql' && 'docker-compose.yml' || (matrix.db == 'postgres' && 'docker-compose-pg.yml') || 'docker-compose-sqlite3.yml' }} 
133133    steps :
134134      - name : Checkout source code 
135-         uses : actions/checkout@v4  
135+         uses : actions/checkout@v5  
136136        with :
137137          fetch-depth : 0 
138138      - name : Set up Python 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments