File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 38
38
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
39
39
40
40
- name : Restore existing cache
41
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
41
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
42
42
with :
43
43
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
44
44
key : maven-repository-${{ hashFiles('pom.xml') }}
Original file line number Diff line number Diff line change 55
55
distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
56
56
java-version : ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax
57
57
- name : Restore existing cache
58
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
58
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
59
59
with :
60
60
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
61
61
key : maven-repository-${{ hashFiles('pom.xml') }}
Original file line number Diff line number Diff line change 67
67
distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
68
68
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
69
69
- name : Restore existing cache
70
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
70
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
71
71
with :
72
72
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
73
73
key : maven-repository-${{ hashFiles('pom.xml') }}
Original file line number Diff line number Diff line change 58
58
distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
59
59
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
60
60
- name : Restore existing cache
61
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
61
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
62
62
with :
63
63
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
64
64
key : maven-repository-${{ hashFiles('pom.xml') }}
Original file line number Diff line number Diff line change 43
43
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
44
44
45
45
- name : Restore existing cache
46
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
46
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
47
47
with :
48
48
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
49
49
key : maven-repository-${{ hashFiles('pom.xml') }}
Original file line number Diff line number Diff line change 41
41
distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
42
42
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
43
43
- name : Restore existing cache
44
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
44
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
45
45
with :
46
46
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
47
47
key : maven-repository-${{ hashFiles('pom.xml') }}
66
66
distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
67
67
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
68
68
- name : Restore existing cache
69
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
69
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
70
70
with :
71
71
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
72
72
key : maven-repository-${{ hashFiles('pom.xml') }}
Original file line number Diff line number Diff line change 40
40
distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
41
41
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
42
42
- name : Restore existing cache
43
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
43
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
44
44
with :
45
45
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
46
46
key : maven-repository-${{ hashFiles('pom.xml') }}
65
65
distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
66
66
java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
67
67
- name : Restore existing cache
68
- uses : actions/cache@v4.2.1 # https://github.com/actions/cache
68
+ uses : actions/cache@v4.2.2 # https://github.com/actions/cache
69
69
with :
70
70
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
71
71
key : maven-repository-${{ hashFiles('pom.xml') }}
You can’t perform that action at this time.
0 commit comments