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 99  publish :
1010    runs-on : ubuntu-latest 
1111    steps :
12-       - uses : actions/checkout@v4  
12+       - uses : actions/checkout@v5  
1313      - id : build-paper-qa-pymupdf 
1414        uses : hynek/build-and-inspect-python-package@v2 
1515        with :
Original file line number Diff line number Diff line change 1414      matrix :
1515        python-version : [3.11, 3.13]  #  Our min and max supported Python versions
1616    steps :
17-       - uses : actions/checkout@v4  
17+       - uses : actions/checkout@v5  
1818        with :
1919          fetch-depth : 0  #  For setuptools-scm, replace with fetch-tags after https://github.com/actions/checkout/issues/1471
2020      - uses : actions/setup-python@v5 
2929      matrix :
3030        python-version : [3.11]  #  Our min supported Python version
3131    steps :
32-       - uses : actions/checkout@v4  
32+       - uses : actions/checkout@v5  
3333      - uses : astral-sh/setup-uv@v6 
3434        with :
3535          enable-cache : true 
7272      matrix :
7373        python-version : [3.11, 3.13]  #  Our min and max supported Python versions
7474    steps :
75-       - uses : actions/checkout@v4  
75+       - uses : actions/checkout@v5  
7676      - uses : astral-sh/setup-uv@v6 
7777        with :
7878          enable-cache : true 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments