mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:29:03 -05:00 
			
		
		
		
	bumps for cache version
This commit is contained in:
		
							parent
							
								
									822ba038a0
								
							
						
					
					
						commit
						e6372eed45
					
				
							
								
								
									
										2
									
								
								.github/workflows/phpunit.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/phpunit.yml
									
									
									
									
										vendored
									
									
								
							@ -96,7 +96,7 @@ jobs:
 | 
				
			|||||||
      id: composer-cache
 | 
					      id: composer-cache
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        echo "::set-output name=dir::$(composer config cache-files-dir)"
 | 
					        echo "::set-output name=dir::$(composer config cache-files-dir)"
 | 
				
			||||||
    - uses: actions/cache@v3
 | 
					    - uses: actions/cache@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        path: ${{ steps.composer-cache.outputs.dir }}
 | 
					        path: ${{ steps.composer-cache.outputs.dir }}
 | 
				
			||||||
        key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
 | 
					        key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user