File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 distribution : ' temurin'
2727 java-version : ${{ matrix.java }}
2828 - name : Cache local Maven repository
29- uses : actions/cache@v4
29+ uses : actions/cache@v5
3030 with :
3131 path : ~/.m2/repository
3232 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
5353 distribution : ' temurin'
5454 java-version : 17
5555 - name : Cache local Maven repository
56- uses : actions/cache@v4
56+ uses : actions/cache@v5
5757 with :
5858 path : ~/.m2/repository
5959 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2121 java-version : 17
2222 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
2323 - name : Cache local Maven repository
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 with :
2626 path : ~/.m2/repository
2727 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
6767 distribution : ' temurin'
6868 java-version : 17
6969 - name : Cache local Maven repository
70- uses : actions/cache@v4
70+ uses : actions/cache@v5
7171 with :
7272 path : ~/.m2/repository
7373 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments