File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010        name : " Build Preview Site and Upload Build Artifact" 
1111        steps :
1212            - name : " checkout" 
13-               uses : " actions/checkout@v4 " 
13+               uses : " actions/checkout@v5 " 
1414              with :
1515                  fetch-depth : 0 
1616                  ref : ${{ github.event.pull_request.head.ref }} 
Original file line number Diff line number Diff line change 1010    name : Build and deploy 
1111    steps :
1212      - name : Checkout Repository 
13-         uses : actions/checkout@v4  
13+         uses : actions/checkout@v5  
1414      - name : Setup Bun 
1515        uses : oven-sh/setup-bun@v2 
1616      - name : Install frontend dependencies 
Original file line number Diff line number Diff line change 1212    runs-on : ubuntu-latest 
1313    steps :
1414      - name : Checkout Repository 
15-         uses : actions/checkout@v4  
15+         uses : actions/checkout@v5  
1616      - uses : oven-sh/setup-bun@v2 
1717      - run : bun install 
1818      - run : cd web && bun run lint 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments