File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 distribution : ' zulu'
2323 java-version : 21
24- - uses : actions/cache@v4
24+ - uses : actions/cache@v5
2525 with :
2626 path : ~/.m2/repository
2727 key : ubuntu-jdk-21-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2020 with :
2121 distribution : ' temurin'
2222 java-version : 21
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v5
2424 with :
2525 path : ~/.m2/repository
2626 key : maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2020 with :
2121 distribution : ' temurin'
2222 java-version : 23
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v5
2424 with :
2525 path : ~/.m2/repository
2626 key : ubuntu-surefire-jdk-23-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2828 with :
2929 distribution : ' temurin'
3030 java-version : 23
31- - uses : actions/cache@v4
31+ - uses : actions/cache@v5
3232 with :
3333 path : ~/.m2/repository
3434 key : ubuntu-surefire-jdk-23-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2929 with :
3030 distribution : ' temurin'
3131 java-version : ${{ matrix.java }}
32- - uses : actions/cache@v4
32+ - uses : actions/cache@v5
3333 with :
3434 path : ~/.m2/repository
3535 key : ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1717 with :
1818 distribution : ' temurin'
1919 java-version : 21
20- - uses : actions/cache@v4
20+ - uses : actions/cache@v5
2121 with :
2222 path : ~/.m2/repository
2323 key : ubuntu-jdk-21-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2020 with :
2121 distribution : ' temurin'
2222 java-version : 23
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v5
2424 with :
2525 path : ~/.m2/repository
2626 key : ubuntu-qulice-jdk-23-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2323 with :
2424 distribution : ' temurin'
2525 java-version : 23
26- - uses : actions/cache@v4
26+ - uses : actions/cache@v5
2727 with :
2828 path : ~/.m2/repository
2929 key : ubuntu-surefire-jdk-23-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments