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 16
16
with :
17
17
fail-mode : true
18
18
- name : Use Maven dependency cache
19
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
19
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
20
20
with :
21
21
path : ~/.m2/repository
22
22
# We use a unique key and restore from the base one, to ensure that
Original file line number Diff line number Diff line change 34
34
run : echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
35
35
shell : bash
36
36
- name : Use Maven dependency cache
37
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
37
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
38
38
with :
39
39
path : ~/.m2/repository
40
40
key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments