mirror of
				https://github.com/actions/setup-java.git
				synced 2025-10-31 14:30:53 +00:00 
			
		
		
		
	check failure fix
This commit is contained in:
		
					parent
					
						
							
								4f5bea927e
							
						
					
				
			
			
				commit
				
					
						f60809db25
					
				
			
		
					 3 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/e2e-cache.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/e2e-cache.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -30,7 +30,7 @@ jobs: | ||||||
|         id: setup-java |         id: setup-java | ||||||
|         with: |         with: | ||||||
|           distribution: 'adopt' |           distribution: 'adopt' | ||||||
|           java-version: '11' |           java-version: '17' | ||||||
|           cache: gradle |           cache: gradle | ||||||
|       - name: Create files to cache |       - name: Create files to cache | ||||||
|         # Need to avoid using Gradle daemon to stabilize the save process on Windows |         # Need to avoid using Gradle daemon to stabilize the save process on Windows | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -1,12 +1,12 @@ | ||||||
| { | { | ||||||
|   "name": "setup-java", |   "name": "setup-java", | ||||||
|   "version": "4.0.0", |   "version": "5.0.0", | ||||||
|   "lockfileVersion": 3, |   "lockfileVersion": 3, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "packages": { |   "packages": { | ||||||
|     "": { |     "": { | ||||||
|       "name": "setup-java", |       "name": "setup-java", | ||||||
|       "version": "4.0.0", |       "version": "5.0.0", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@actions/cache": "^4.0.3", |         "@actions/cache": "^4.0.3", | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| { | { | ||||||
|   "name": "setup-java", |   "name": "setup-java", | ||||||
|   "version": "4.0.0", |   "version": "5.0.0", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "description": "setup java action", |   "description": "setup java action", | ||||||
|   "main": "dist/setup/index.js", |   "main": "dist/setup/index.js", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue