Update actions/setup-java action to v5 #141
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -41,7 +41,7 @@ jobs:
 | 
				
			|||||||
        run: git checkout -B "$BRANCH"
 | 
					        run: git checkout -B "$BRANCH"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: set up JDK
 | 
					      - name: set up JDK
 | 
				
			||||||
        uses: actions/setup-java@v4
 | 
					        uses: actions/setup-java@v5
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          java-version: 17
 | 
					          java-version: 17
 | 
				
			||||||
          distribution: "temurin"
 | 
					          distribution: "temurin"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user