Commit acc402d 1 parent e63d0e3 commit acc402d Copy full SHA for acc402d
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 23
23
cache : maven
24
24
25
25
- name : Cache local Maven repository
26
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
26
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
27
27
with :
28
28
path : ~/.m2/repository
29
29
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 34
34
35
35
- name : Cache local Maven repository
36
36
if : ${{ steps.release.outputs.releases_created }}
37
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
37
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
38
38
with :
39
39
path : ~/.m2/repository
40
40
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments