File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414        #  - v18 EOL: Apr 30 2025
1515        #  - v20 EOL: Apr 30 2026
1616    steps :
17-       - uses : actions/checkout@v3  
17+       - uses : actions/checkout@v5  
1818      - name : Use Node.js ${{ matrix.node-version }} 
1919        uses : actions/setup-node@v3 
2020        with :
2424  lint :
2525    runs-on : ubuntu-latest 
2626    steps :
27-       - uses : actions/checkout@v3  
27+       - uses : actions/checkout@v5  
2828      - run : yarn install 
2929      - run : yarn run prettier-check 
3030      - run : yarn run eslint 
Original file line number Diff line number Diff line change 99  check-pr :
1010    runs-on : ubuntu-latest 
1111    steps :
12-       - uses : actions/checkout@v4  
12+       - uses : actions/checkout@v5  
1313        with :
1414          repository : ' sourcegraph/devx-service' 
1515          token : ${{ secrets.PR_AUDITOR_TOKEN }} 
Original file line number Diff line number Diff line change 1111  release-image :
1212    runs-on : ubuntu-latest 
1313    steps :
14-       - uses : actions/checkout@v3  
14+       - uses : actions/checkout@v5  
1515      - uses : docker/setup-buildx-action@v2 
1616      - uses : actions/setup-node@v3 
1717        with :
Original file line number Diff line number Diff line change 88  test :
99    runs-on : ubuntu-latest 
1010    steps :
11-       - uses : actions/checkout@v3  
11+       - uses : actions/checkout@v5  
1212      - run : yarn install 
1313      - run : yarn global add tsx @sourcegraph/src 
1414      - run : tsx src/main.ts index 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments