File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
49
49
with :
50
50
persist-credentials : false
51
- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
51
+ - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
52
52
with :
53
53
path : ~/.m2/repository
54
54
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
33
33
with :
34
34
persist-credentials : false
35
- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
35
+ - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
36
36
with :
37
37
path : ~/.m2/repository
38
38
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 37
37
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
38
38
with :
39
39
persist-credentials : false
40
- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
40
+ - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
41
41
with :
42
42
path : ~/.m2/repository
43
43
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments