File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : " Checkout sources"
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
- name : " Set up Java"
20
20
uses : actions/setup-java@v4
21
21
with :
22
22
java-version : ${{ matrix.java }}
23
23
distribution : " temurin"
24
24
cache : ' maven'
25
25
- name : " Get Maven dependencies from cache"
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.m2/repository
29
29
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : " Checkout sources"
41
- uses : actions/checkout@v2
41
+ uses : actions/checkout@v4
42
42
- name : " Setup Java"
43
43
uses : actions/setup-java@v4
44
44
with :
48
48
server-username : OSSRH_USERNAME
49
49
server-password : OSSRH_PASSWORD
50
50
- name : " Get Maven dependencies from cache"
51
- uses : actions/cache@v2
51
+ uses : actions/cache@v4
52
52
with :
53
53
path : ~/.m2/repository
54
54
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments