@@ -87,13 +87,13 @@ runs:
8787 check-for-updates : ' false'
8888 set-java-home : ' false'
8989 - name : Set up JDK
90- uses : actions/setup-java@v4.1.0
90+ uses : actions/setup-java@v4.7.1
9191 with :
9292 distribution : ${{ env.JAVA_DISTRO }}
9393 java-version : ${{ env.JAVA_VERSION }}
9494 - name : Cache local Maven repository (read-write)
9595 if : ${{ inputs.maven-cache == 'read-write' }}
96- 96+ 9797 with :
9898 # See https://github.com/actions/toolkit/issues/713
9999 # Include must not match top level directories
@@ -107,7 +107,7 @@ runs:
107107 local-maven-
108108 - name : Cache local Maven repository (read-only)
109109 if : ${{ inputs.maven-cache == 'read-only' }}
110- uses :
actions/cache/[email protected] .0 110+ uses :
actions/cache/[email protected] .3 111111 with :
112112 path : |
113113 .m2/repository/**/*.*
@@ -118,7 +118,7 @@ runs:
118118 local-maven-
119119 - name : Build cache (read-write)
120120 if : ${{ inputs.build-cache == 'read-write' }}
121- 121+ 122122 with :
123123 path : |
124124 ./**/target/**
@@ -130,7 +130,7 @@ runs:
130130 build-cache-${{ github.run_id }}-
131131 - name : Build cache (read-only)
132132 if : ${{ inputs.build-cache == 'read-only' }}
133- uses :
actions/cache/[email protected] .0 133+ uses :
actions/cache/[email protected] .3 134134 with :
135135 path : |
136136 ./**/target/**
0 commit comments