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 @@ -13,11 +13,11 @@ jobs:
1313    runs-on : ubuntu-latest 
1414    steps :
1515      - name : Checkout 
16-         uses : actions/checkout@v3  
16+         uses : actions/checkout@v4  
1717      - name : Setup Python 
1818        uses : actions/setup-python@v4 
1919        with :
20-           python-version : ' 3.11 ' 
20+           python-version : ' 3.12 ' 
2121      - name : Install the dependencies 
2222        run : | 
2323          python -m pip install -r requirements.txt 
2626          cp README.md content 
2727          jupyter lite build --contents content --output-dir dist 
2828name : Upload artifact 
29-         uses : actions/upload-pages-artifact@v1  
29+         uses : actions/upload-pages-artifact@v3  
3030        with :
3131          path : ./dist 
3232
4545    steps :
4646      - name : Deploy to GitHub Pages 
4747        id : deployment 
48-         uses : actions/deploy-pages@v1  
48+         uses : actions/deploy-pages@v4  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments