3131 distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
3232 java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
3333 - name : Restore existing cache
34- uses : actions/cache@v3.3.3 # https://github.com/actions/cache
34+ uses : actions/cache@v4.0.0 # https://github.com/actions/cache
3535 with :
3636 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
3737 key : maven-repository-${{ hashFiles('pom.xml') }}
5656 distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
5757 java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
5858 - name : Restore existing cache
59- uses : actions/cache@v3.3.3 # https://github.com/actions/cache
59+ uses : actions/cache@v4.0.0 # https://github.com/actions/cache
6060 with :
6161 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
6262 key : maven-repository-${{ hashFiles('pom.xml') }}
8181 distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
8282 java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
8383 - name : Restore existing cache
84- uses : actions/cache@v3.3.3 # https://github.com/actions/cache
84+ uses : actions/cache@v4.0.0 # https://github.com/actions/cache
8585 with :
8686 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
8787 key : maven-repository-${{ hashFiles('pom.xml') }}
@@ -106,7 +106,7 @@ jobs:
106106 distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
107107 java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
108108 - name : Restore existing cache
109- uses : actions/cache@v3.3.3 # https://github.com/actions/cache
109+ uses : actions/cache@v4.0.0 # https://github.com/actions/cache
110110 with :
111111 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
112112 key : maven-repository-${{ hashFiles('pom.xml') }}
@@ -217,7 +217,7 @@ jobs:
217217 distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
218218 java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
219219 - name : Restore existing cache
220- uses : actions/cache@v3.3.3 # https://github.com/actions/cache
220+ uses : actions/cache@v4.0.0 # https://github.com/actions/cache
221221 with :
222222 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
223223 key : maven-repository-${{ hashFiles('pom.xml') }}
@@ -242,7 +242,7 @@ jobs:
242242 distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
243243 java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
244244 - name : Restore existing cache
245- uses : actions/cache@v3.3.3 # https://github.com/actions/cache
245+ uses : actions/cache@v4.0.0 # https://github.com/actions/cache
246246 with :
247247 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
248248 key : maven-repository-${{ hashFiles('pom.xml') }}
@@ -274,7 +274,7 @@ jobs:
274274 distribution : ' adopt' # https://github.com/actions/setup-java#supported-distributions
275275 java-version : ' 8' # https://github.com/actions/setup-java#supported-version-syntax
276276 - name : Restore existing cache
277- uses : actions/cache@v3.3.3 # https://github.com/actions/cache
277+ uses : actions/cache@v4.0.0 # https://github.com/actions/cache
278278 with :
279279 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
280280 key : maven-repository-${{ hashFiles('pom.xml') }}
0 commit comments