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 60
60
distribution : temurin
61
61
# https://github.com/actions/cache/blob/main/examples.md#java---maven
62
62
- name : Cache local Maven repository
63
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
63
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
64
64
with :
65
65
path : ~/.m2/repository
66
66
# use a different key than workflows running untrusted code
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
distribution : temurin
102
102
# https://github.com/actions/cache/blob/main/examples.md#java---maven
103
103
- name : Cache local Maven repository
104
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
104
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
105
105
with :
106
106
path : ~/.m2/repository
107
107
# use a different key than workflows running in trusted mode
You can’t perform that action at this time.
0 commit comments