Skip to content

Commit

Permalink
Merge pull request #274 from sullis/ci-setup-java-v4
Browse files Browse the repository at this point in the history
upgrade to setup-java v4
  • Loading branch information
andrus committed Apr 20, 2024
2 parents d9bd17f + d20d47c commit 430825a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK...
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'

- name: Retrieve mvn repo cache...
uses: actions/cache@v2
Expand All @@ -42,9 +43,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK...
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'

- name: Retrieve mvn repo cache...
uses: actions/cache@v2
Expand Down

0 comments on commit 430825a

Please sign in to comment.