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 3131      uses : actions/checkout@v5 
3232
3333    - name : Install Python 
34-       uses : actions/setup-python@v4  
34+       uses : actions/setup-python@v6  
3535      with :
3636        python-version : ${{ matrix.PYTHON_VERSION }} 
3737
@@ -111,7 +111,7 @@ jobs:
111111      uses : actions/checkout@v5 
112112
113113    - name : Install Python 
114-       uses : actions/setup-python@v4  
114+       uses : actions/setup-python@v6  
115115      with :
116116        python-version : ${{ matrix.PYTHON_VERSION }} 
117117
@@ -200,7 +200,7 @@ jobs:
200200        path : ./wheelhouse 
201201
202202    - name : Install Python 
203-       uses : actions/setup-python@v4  
203+       uses : actions/setup-python@v6  
204204      with :
205205        python-version : ${{ matrix.PYTHON_VERSION }} 
206206
@@ -237,7 +237,7 @@ jobs:
237237        path : ./wheelhouse 
238238
239239    - name : Install Python 
240-       uses : actions/setup-python@v4  
240+       uses : actions/setup-python@v6  
241241      with :
242242        python-version : 3.13 
243243
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments