File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121        uses : docker/setup-buildx-action@v2 
2222      - name : Cache build 
2323        id : cache-build 
24-         uses : actions/cache@v2  
24+         uses : actions/cache@v4  
2525        with :
2626          path : build-cache-st 
2727          key : build-cache-st-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }} 
4444        uses : docker/setup-buildx-action@v2 
4545      - name : Cache build 
4646        id : cache-build 
47-         uses : actions/cache@v2  
47+         uses : actions/cache@v4  
4848        with :
4949          path : build-cache-mt 
5050          key : build-cache-mt-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }} 
8181          node-version : 18.x 
8282      - name : Cache dependencies 
8383        id : cache-dependencies 
84-         uses : actions/cache@v2  
84+         uses : actions/cache@v4  
8585        with :
8686          path : node_modules 
8787          key : node-modules-${{ hashFiles('package-lock.json') }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments