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 2828
2929    steps :
3030      - name : Checkout 
31-         uses : actions/checkout@v3  
31+         uses : actions/checkout@v4  
3232        with :
3333          fetch-depth : 0 
3434          #  submodules: true
3737
3838      - name : Setup Pages 
3939        id : pages 
40-         uses : actions/configure-pages@v3  
40+         uses : actions/configure-pages@v5  
4141
4242      - name : Setup Ruby 
4343        uses : ruby/setup-ruby@v1 
5555          bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href 
5656
5757name : Upload site artifact 
58-         uses : actions/upload-pages-artifact@v1  
58+         uses : actions/upload-pages-artifact@v3  
5959        with :
6060          path : " _site${{ steps.pages.outputs.base_path }}" 
6161
6868    steps :
6969      - name : Deploy to GitHub Pages 
7070        id : deployment 
71-         uses : actions/deploy-pages@v1  
71+         uses : actions/deploy-pages@v4  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments