File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122          node-version : ${{ inputs.node-version }} 
123123      - name : Setup Bazel with caching 
124124        if : inputs.caching 
125-         uses : bazel-contrib/setup-bazel@0.13 .0 
125+         uses : bazel-contrib/setup-bazel@0.15 .0 
126126        with :
127127          bazelisk-cache : true 
128128          bazelrc : common --color=yes 
@@ -136,7 +136,7 @@ jobs:
136136           repository-cache : true 
137137      - name : Setup Bazel without caching 
138138        if : inputs.caching == false 
139-         uses : bazel-contrib/setup-bazel@0.13 .0 
139+         uses : bazel-contrib/setup-bazel@0.15 .0 
140140        with :
141141          bazelrc : common --color=yes 
142142      - name : Setup curl for Ubuntu 
Original file line number Diff line number Diff line change 2525        with :
2626          fetch-depth : 50 
2727      - name : Setup Bazel 
28-         uses : bazel-contrib/setup-bazel@0.13 .0 
28+         uses : bazel-contrib/setup-bazel@0.15 .0 
2929        with :
3030          bazelisk-cache : true 
3131          cache-version : 2 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments