File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121    steps :
2222    - name : Checkout repository 
23-       uses : actions/checkout@v3  
23+       uses : actions/checkout@v4  
2424
2525    #  Initializes the CodeQL tools for scanning.
2626    - name : Initialize CodeQL 
Original file line number Diff line number Diff line change 99    runs-on : ubuntu-latest 
1010    steps :
1111      - name : Release action 
12-         uses : google-github-actions/release-please-action@v3  
12+         uses : google-github-actions/release-please-action@v4  
1313        id : release 
1414        with :
1515          release-type : node 
@@ -19,11 +19,11 @@ jobs:
1919            README.md 
2020            CHANGELOG.md 
2121       - name : Checkout the repository 
22-         uses : actions/checkout@v3  
22+         uses : actions/checkout@v4  
2323        #  ensure that `Setup` occurs only when a new release is created:
2424        if : ${{ steps.release.outputs.release_created }} 
2525      - name : Setup the NPM registry 
26-         uses : actions/setup-node@v3  
26+         uses : actions/setup-node@v4  
2727        with :
2828          node-version : 16 
2929          registry-url : ' https://registry.npmjs.org' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments