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 1616    name : Check for changeset 
1717    runs-on : ubuntu-latest 
1818    steps :
19-       - uses : actions/checkout@v4  
19+       - uses : actions/checkout@v5  
2020      - name : ' Check for changeset' 
2121        uses : brettcannon/check-for-changed-files@v1 
2222        with :
Original file line number Diff line number Diff line change 99  format :
1010    runs-on : ubuntu-latest 
1111    steps :
12-       - uses : actions/checkout@v4  
12+       - uses : actions/checkout@v5  
1313      - name : Use Node.js 
1414        uses : actions/setup-node@v4 
1515        with :
2121  test :
2222    runs-on : ubuntu-latest 
2323    steps :
24-       - uses : actions/checkout@v4  
24+       - uses : actions/checkout@v5  
2525      - name : Use Node.js 
2626        uses : actions/setup-node@v4 
2727        with :
3333  lint :
3434    runs-on : ubuntu-latest 
3535    steps :
36-       - uses : actions/checkout@v4  
36+       - uses : actions/checkout@v5  
3737      - name : Use Node.js 
3838        uses : actions/setup-node@v4 
3939        with :
Original file line number Diff line number Diff line change 88    runs-on : ubuntu-latest 
99    steps :
1010      - name : Checkout repository 
11-         uses : actions/checkout@v4  
11+         uses : actions/checkout@v5  
1212        with :
1313          #  This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1414          fetch-depth : 0 
Original file line number Diff line number Diff line change 1515    runs-on : ubuntu-latest 
1616    steps :
1717      - name : Checkout repository 
18-         uses : actions/checkout@v4  
18+         uses : actions/checkout@v5  
1919        with :
2020          #  This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121          fetch-depth : 0 
Original file line number Diff line number Diff line change 1111    runs-on : ubuntu-latest 
1212    steps :
1313      - name : Checkout repository 
14-         uses : actions/checkout@v4  
14+         uses : actions/checkout@v5  
1515        with :
1616          #  This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717          fetch-depth : 0 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments