File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151      #  matrix.ocaml_compiler may contain commas
152152      - name : Get OPAM cache key 
153153        shell : bash 
154-         run : echo "opam_cache_key=opam-env-v5 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV 
154+         run : echo "opam_cache_key=opam-env-v6 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV 
155155
156156      - name : Restore OPAM environment 
157157        id : cache-opam-env 
@@ -167,7 +167,7 @@ jobs:
167167           key : ${{ env.opam_cache_key }} 
168168
169169      - name : Use OCaml ${{matrix.ocaml_compiler}} 
170-         uses : ocaml/setup-ocaml@v3.0.15  
170+         uses : ocaml/setup-ocaml@v3.1.4  
171171        if : steps.cache-opam-env.outputs.cache-hit != 'true' 
172172        with :
173173          ocaml-compiler : ${{matrix.ocaml_compiler}} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments