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 1313  using : composite 
1414  steps :
1515    - name : Set up Python 
16-       uses : actions/setup-python@v4  
16+       uses : actions/setup-python@v5  
1717      with :
1818        python-version : ${{ inputs.python-version }} 
1919
2727      id : poetry_version 
2828
2929    - name : Cache poetry.lock 
30-       uses : actions/cache@v3  
30+       uses : actions/cache@v4  
3131      with :
3232        path : poetry.lock 
3333        key : ${{ inputs.os }}-${{ inputs.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }} 
Original file line number Diff line number Diff line change 2424    name : OS ${{ matrix.os }} - Python ${{ matrix.python-version }} 
2525
2626    steps :
27-       - uses : actions/checkout@v3  
27+       - uses : actions/checkout@v4  
2828
2929      - name : Install project dependencies 
3030        uses : ./.github/setup 
4949    timeout-minutes : 10 
5050
5151    steps :
52-       - uses : actions/checkout@v3  
52+       - uses : actions/checkout@v4  
5353
5454      - 
uses : 
pre-commit/[email protected]  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments