File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717        fetch-depth : 0   #  setuptools-scm needs to access git tags
1818        ref : ${{ github.sha }}   #  lock to triggered commit (github.ref is dynamic)
1919    - name : Set up Python 3.12 
20-       uses : actions/setup-python@v5  
20+       uses : actions/setup-python@v6  
2121      with :
2222        python-version : " 3.12" 
2323    - name : Install deps 
Original file line number Diff line number Diff line change 3535      - uses : actions/checkout@v5 
3636        with :
3737          ref : ${{ github.sha }}   #  lock to triggered commit (github.ref is dynamic)
38-       - uses : actions/setup-python@v5  
38+       - uses : actions/setup-python@v6  
3939        with :
4040          python-version : ${{ matrix.py3 }} 
4141      - uses : WIPACrepo/wipac-dev-flake8-action@v1.3 
5454        with :
5555          fetch-depth : 0   #  setuptools-scm needs to access git tags
5656          ref : ${{ github.sha }}   #  lock to triggered commit (github.ref is dynamic)
57-       - uses : actions/setup-python@v5  
57+       - uses : actions/setup-python@v6  
5858        with :
5959          python-version : ${{ matrix.py3 }} 
6060      - uses : WIPACrepo/wipac-dev-mypy-action@v2.0 
@@ -116,7 +116,7 @@ jobs:
116116        with :
117117          fetch-depth : 0   #  setuptools-scm needs to access git tags
118118          ref : ${{ github.sha }}   #  lock to triggered commit (github.ref is dynamic)
119-       - uses : actions/setup-python@v5  
119+       - uses : actions/setup-python@v6  
120120        with :
121121          python-version : ${{ matrix.py3 }} 
122122      - name : Install dependencies 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments