Commit 7b284ee 1 parent 3a5a5f3 commit 7b284ee Copy full SHA for 7b284ee
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
cache : maven
46
46
47
47
- name : Cache local Maven repository
48
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
48
+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
49
49
with :
50
50
path : ~/.m2/repository
51
51
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 32
32
33
33
- name : Cache local Maven repository
34
34
if : ${{ steps.release.outputs.releases_created }}
35
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
35
+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
36
36
with :
37
37
path : ~/.m2/repository
38
38
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments