Skip to content

Commit

Permalink
Define version in receive-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Oct 9, 2024
1 parent 6da48c8 commit 33ba58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/receive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33ba58d

Please sign in to comment.