From 33ba58d340abad165fa5bf5b490c033e4496f147 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Wed, 9 Oct 2024 14:10:45 +0200 Subject: [PATCH] Define version in `receive-pr` --- .github/workflows/receive-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/receive-pr.yml b/.github/workflows/receive-pr.yml index fc6aac0f94..b310257ade 100644 --- a/.github/workflows/receive-pr.yml +++ b/.github/workflows/receive-pr.yml @@ -26,8 +26,8 @@ jobs: - name: Check out code and set up JDK and Maven uses: s4u/setup-maven-action@489441643219d2b93ee2a127b2402eb640a1b947 # v1.13.0 with: - java-version: ${{ matrix.jdk }} - java-distribution: ${{ matrix.distribution }} + java-version: 17.0.10 + java-distribution: temurin maven-version: 3.9.9 # Capture the PR number