File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 java-version : 11
1818 java-package : jdk
1919 - name : Cache local Maven repository
20- uses : actions/cache@v3
20+ uses : actions/cache@v4
2121 with :
2222 path : ~/.m2
2323 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
4444 java-version : ${{ matrix.java_version }}
4545 java-package : jdk
4646 - name : Cache local Maven repository
47- uses : actions/cache@v3
47+ uses : actions/cache@v4
4848 with :
4949 path : ~/.m2
5050 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
8989 - name : Setup System Path to use the custom Maven
9090 run : echo "${M2_HOME}/bin" >> $GITHUB_PATH
9191 - name : Cache local Maven repository
92- uses : actions/cache@v3
92+ uses : actions/cache@v4
9393 with :
9494 path : ~/.m2
9595 # Include Maven version in key to not use cache from other Maven versions
@@ -125,7 +125,7 @@ jobs:
125125 java-version : 11
126126 java-package : jdk
127127 - name : Cache local Maven repository
128- uses : actions/cache@v3
128+ uses : actions/cache@v4
129129 with :
130130 path : ~/.m2
131131 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -150,7 +150,7 @@ jobs:
150150 java-version : 11
151151 java-package : jdk
152152 - name : Cache local Maven repository
153- uses : actions/cache@v3
153+ uses : actions/cache@v4
154154 with :
155155 path : ~/.m2
156156 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments