Commit 7d96ec6 Dominick Leppich
committed
1 parent ca2b2d2 commit 7d96ec6 Copy full SHA for 7d96ec6
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ jobs:
15
15
- name : Check out source code
16
16
uses : actions/checkout@v4
17
17
- name : Set up JDK 17
18
- uses : actions/setup-java@v1
18
+ uses : actions/setup-java@v4
19
19
with :
20
+ distribution : ' temurin'
20
21
java-version : 17
21
22
- name : Set up Maven cache
22
- uses : actions/cache@v1
23
+ uses : actions/cache@v4
23
24
with :
24
25
path : ~/.m2/repository
25
26
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ jobs:
15
15
- name : Check out source code
16
16
uses : actions/checkout@v4
17
17
- name : Set up JDK 17
18
- uses : actions/setup-java@v1
18
+ uses : actions/setup-java@v4
19
19
with :
20
+ distribution : ' temurin'
20
21
java-version : 17
21
22
- name : Set up Maven cache
22
- uses : actions/cache@v1
23
+ uses : actions/cache@v4
23
24
with :
24
25
path : ~/.m2/repository
25
26
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments