Commit d8b249b 1 parent 651f8a8 commit d8b249b Copy full SHA for d8b249b
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
distribution : ' zulu'
22
22
java-version : ' 8'
23
23
- name : Load local Maven repository cache
24
- uses : actions/cache@v3
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : ~/.m2/repository
27
27
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 46
46
settings-path : ${{ github.workspace }}
47
47
48
48
- name : Load local Maven repository cache
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ~/.m2/repository
52
52
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 21
21
settings-path : ${{ github.workspace }}
22
22
23
23
- name : Load local Maven repository cache
24
- uses : actions/cache@v3
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : ~/.m2/repository
27
27
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 25
25
settings-path : ${{ github.workspace }}
26
26
27
27
- name : Load local Maven repository cache
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : ~/.m2/repository
31
31
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 23
23
settings-path : ${{ github.workspace }}
24
24
25
25
- name : Load local Maven repository cache
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.m2/repository
29
29
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments