File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424          private_key : ${{ secrets.PROJECT_ACTIONS_MANAGEMENT_APP_PEM }} 
2525
2626      - name : Checkout 
27-         uses : actions/checkout@v4  
27+         uses : actions/checkout@v5  
2828        with :
2929          token : ${{ steps.generate_token.outputs.token }} 
3030
Original file line number Diff line number Diff line change 1717    runs-on : ubuntu-latest-8-cores 
1818    steps :
1919      - name : Checkout 
20-         uses : actions/checkout@v4  
20+         uses : actions/checkout@v5  
2121        with :
2222          fetch-depth : 0 
2323
6666    runs-on : ubuntu-latest 
6767    steps :
6868      - name : Checkout 
69-         uses : actions/checkout@v4  
69+         uses : actions/checkout@v5  
7070        with :
7171          fetch-depth : 0 
7272
Original file line number Diff line number Diff line change 2626
2727    steps :
2828      - name : Checkout 
29-         uses : actions/checkout@v4  
29+         uses : actions/checkout@v5  
3030
31313232        id : filter 
5252
5353steps :
5454      - name : Checkout 
55-         uses : actions/checkout@v4  
55+         uses : actions/checkout@v5  
5656        with :
5757          fetch-depth : 0 
5858
Original file line number Diff line number Diff line change 1111  trufflehog :
1212    runs-on : ubuntu-latest 
1313    steps :
14-       - uses : actions/checkout@v4  
14+       - uses : actions/checkout@v5  
1515        with :
1616          fetch-depth : 0 
1717      - if : github.ref_name != 'main' 
Original file line number Diff line number Diff line change 1212    env :
1313      STUDIO_VERSION : ${{ github.event.client_payload.version }} 
1414    steps :
15-       - uses : actions/checkout@v4  
15+       - uses : actions/checkout@v5  
1616      - run : | 
1717          for expression in \ 
1818            '.version |= (split(".") | .[-1] |= ((. type = "!!int") + 1) | join("."))' \ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments