File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5656      with :
5757        python-version : ${{ matrix.python }} 
5858    - name : Set up Python ${{ matrix.python }} using deadsnakes 
59-       uses : deadsnakes/action@v3.1 .0 
59+       uses : deadsnakes/action@v3.2 .0 
6060      if : " endsWith(matrix.python, '-dev')" 
6161      with :
6262        python-version : ${{ matrix.python }} 
Original file line number Diff line number Diff line change 1818    name : Check code with mypy 
1919    runs-on : ubuntu-latest 
2020    steps :
21-       - uses : actions/checkout@v3  
22-       - uses : actions/setup-python@v4  
21+       - uses : actions/checkout@v4  
22+       - uses : actions/setup-python@v5  
2323        with :
2424          cache : " pip" 
2525          cache-dependency-path : " pyproject.toml" 
Original file line number Diff line number Diff line change 1515      id-token : write 
1616
1717    steps :
18-     - uses : actions/checkout@v3  
18+     - uses : actions/checkout@v4  
1919    - name : Set up Python 
20-       uses : actions/setup-python@v4  
20+       uses : actions/setup-python@v5  
2121      with :
2222        python-version : ' 3.x' 
2323        cache : pip 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments