File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636        with :
3737          distribution : ' zulu' 
3838          java-version : ' 21' 
39-       - uses : actions/cache@v2  
39+       - uses : actions/cache@v3  
4040        with :
4141          path : ~/.cache 
4242          key : ${{ runner.os }}-jdk21-${{ hashFiles('**/*.sbt') }} 
5454        with :
5555          distribution : ' zulu' 
5656          java-version : ' 17' 
57-       - uses : actions/cache@v2  
57+       - uses : actions/cache@v3  
5858        with :
5959          path : ~/.cache 
6060          key : ${{ runner.os }}-jdk17-${{ hashFiles('**/*.sbt') }} 
7272        with :
7373          distribution : ' zulu' 
7474          java-version : ' 11' 
75-       - uses : actions/cache@v2  
75+       - uses : actions/cache@v3  
7676        with :
7777          path : ~/.cache 
7878          key : ${{ runner.os }}-jdk11-${{ hashFiles('**/*.sbt') }} 
9090        with :
9191          distribution : ' zulu' 
9292          java-version : ' 8' 
93-       - uses : actions/cache@v2  
93+       - uses : actions/cache@v3  
9494        with :
9595          path : ~/.cache 
9696          key : ${{ runner.os }}-jdk8-${{ hashFiles('**/*.sbt') }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments