File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
distribution : temurin
64
64
# https://github.com/actions/cache/blob/main/examples.md#java---maven
65
65
- name : Cache local Maven repository
66
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
66
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
67
67
with :
68
68
path : ~/.m2/repository
69
69
# use a different key than workflows running untrusted code
Original file line number Diff line number Diff line change 96
96
distribution : temurin
97
97
# https://github.com/actions/cache/blob/main/examples.md#java---maven
98
98
- name : Cache local Maven repository
99
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
99
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
100
100
with :
101
101
path : ~/.m2/repository
102
102
# use a different key than workflows running in trusted mode
You can’t perform that action at this time.
0 commit comments