This repository was archived by the owner on Oct 27, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2222        run : | 
2323          echo "::set-output name=dir::$(composer config cache-files-dir)" 
2424       - name : Cache composer cache directory 
25-         uses : actions/cache@v3  
25+         uses : actions/cache@v4  
2626        with :
2727          path : ${{ steps.composer-cache.outputs.dir }} 
2828          key : ${{ runner.os }}-8.1-composer-${{ hashFiles('**/composer.json') }} 
Original file line number Diff line number Diff line change 5050
5151      - name : Cache librdkafka ${{ matrix.librdkafka }} build 
5252        id : librdkafka-build-cache 
53-         uses : actions/cache@v3 
54-         with :
53+         uses : actions/cache@v34 
5554          path : ~/build-cache/librdkafka 
5655          key : ${{ runner.os }}-librdkafka-${{ matrix.librdkafka }} 
5756
8079
8180      - name : Cache php-rdkafka ${{ matrix.rdkafka }} build 
8281        id : php-rdkafka-build-cache 
83-         uses : actions/cache@v3  
82+         uses : actions/cache@v4  
8483        with :
8584          path : ~/build-cache/php-rdkafka 
8685          key : ${{ runner.os }}-php-rdkafka-${{ matrix.rdkafka }} 
Original file line number Diff line number Diff line change 7777
7878      - name : Cache librdkafka ${{ matrix.librdkafka }} build 
7979        id : librdkafka-build-cache 
80-         uses : actions/cache@v3  
80+         uses : actions/cache@v4  
8181        with :
8282          path : ~/build-cache/librdkafka 
8383          key : ${{ runner.os }}-librdkafka-${{ matrix.librdkafka }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments