File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,11 @@ jobs:
30
30
repository : zodac/advent-of-code-inputs
31
31
token : ${{ secrets.SUBMODULE_ACCESS }}
32
32
33
- - name : Set up JDK
34
- uses : actions/setup-java@v4
35
- with :
36
- cache : ' maven'
37
- distribution : ' temurin'
38
- java-version : ' 23'
39
-
40
33
- name : Cache local .m2
41
34
uses : actions/cache@v4
42
35
with :
43
36
path : ~/.m2/repository
44
- key : ${{ runner.os }}-maven-${{ hashFiles('**. pom.xml') }}
37
+ key : ${{ runner.os }}-maven-${{ hashFiles('**/ pom.xml') }}
45
38
restore-keys : |
46
39
${{ runner.os }}-maven-
47
40
Original file line number Diff line number Diff line change 32
32
repository : zodac/advent-of-code-inputs
33
33
token : ${{ secrets.SUBMODULE_ACCESS }}
34
34
35
- - name : Set up JDK
36
- uses : actions/setup-java@v4
37
- with :
38
- cache : ' maven'
39
- distribution : ' temurin'
40
- java-version : ' 23'
41
-
42
35
- name : Cache local .m2
43
36
uses : actions/cache@v4
44
37
with :
Original file line number Diff line number Diff line change 32
32
repository : zodac/advent-of-code-inputs
33
33
token : ${{ secrets.SUBMODULE_ACCESS }}
34
34
35
- - name : Set up JDK
36
- uses : actions/setup-java@v4
37
- with :
38
- cache : ' maven'
39
- distribution : ' temurin'
40
- java-version : ' 23'
41
-
42
35
- name : Cache local .m2
43
36
uses : actions/cache@v4
44
37
with :
You can’t perform that action at this time.
0 commit comments