mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 11:43:47 +00:00 
			
		
		
		
	[workflows/ci.yml] Update to setup-java@v3
* avoid Node 12 deprecation
This commit is contained in:
		
							parent
							
								
									0861812d72
								
							
						
					
					
						commit
						87e578c9b8
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -278,7 +278,7 @@ jobs:
 | 
				
			|||||||
    #-------- Jython ------
 | 
					    #-------- Jython ------
 | 
				
			||||||
    - name: Set up Java 8
 | 
					    - name: Set up Java 8
 | 
				
			||||||
      if: ${{ matrix.python-impl == 'jython' }}
 | 
					      if: ${{ matrix.python-impl == 'jython' }}
 | 
				
			||||||
      uses: actions/setup-java@v2
 | 
					      uses: actions/setup-java@v3
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        java-version: 8
 | 
					        java-version: 8
 | 
				
			||||||
        distribution: 'zulu'
 | 
					        distribution: 'zulu'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user