File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66      - main 
77  pull_request :
88    branches :
9-       - ' * ' 
9+       - " * " 
1010
1111permissions : {} 
1212
@@ -15,13 +15,13 @@ jobs:
1515    runs-on : ubuntu-latest 
1616    steps :
1717      - name : Checkout 
18-         uses : actions/checkout@v4 
18+         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #   v4
1919        with :
2020          persist-credentials : false 
2121      - name : Setup Python 
22-         uses : actions/setup-python@v5 
22+         uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38   #   v5
2323        with :
24-           python-version : ' 3.11' 
24+           python-version : " 3.11" 
2525      - name : Install the dependencies 
2626        run : | 
2727          python -m pip install -r requirements.txt 
3030          cp README.md content 
3131          jupyter lite build --contents content --output-dir dist 
3232name : Upload artifact 
33-         uses : actions/upload-pages-artifact@v3 
33+         uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa   #   v3
3434        with :
3535          path : ./dist 
3636
4949    steps :
5050      - name : Deploy to GitHub Pages 
5151        id : deployment 
52-         uses : actions/deploy-pages@v4 
52+         uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e   #   v4
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments