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 4747        run : sudo usermod -c 'CI Runner' $(whoami) 
4848
4949      - name : Set up Python 
50-         uses : actions/setup-python@v3  
50+         uses : actions/setup-python@v4  
5151        with :
5252          python-version : ${{ env.py-semver }} 
5353          cache : pip 
9595          fetch-depth : 0 
9696
9797      - name : Set up Python 
98-         uses : actions/setup-python@v3  
98+         uses : actions/setup-python@v4  
9999        with :
100100          python-version : ${{ env.py-semver }} 
101101          cache : pip 
@@ -131,7 +131,7 @@ jobs:
131131          singularity-version : ${{ env.singularity_version }} 
132132
133133      - name : Set up Python 
134-         uses : actions/setup-python@v3  
134+         uses : actions/setup-python@v4  
135135        with :
136136          python-version : 3.9 
137137          cache : pip 
@@ -157,7 +157,7 @@ jobs:
157157          singularity-version : ${{ env.singularity_version }} 
158158
159159      - name : Set up Python 
160-         uses : actions/setup-python@v3  
160+         uses : actions/setup-python@v4  
161161        with :
162162          python-version : " 3.10" #  quoted, otherwise that turns into the number 3.1
163163          cache : pip 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments