diff --git a/.github/actions/common/action.yml b/.github/actions/common/action.yml index 71843c964..f41421514 100644 --- a/.github/actions/common/action.yml +++ b/.github/actions/common/action.yml @@ -97,7 +97,7 @@ runs: java-version: ${{ env.JAVA_VERSION }} - name: Cache local Maven repository (read-write) if: ${{ inputs.maven-cache == 'read-write' }} - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: # See https://github.com/actions/toolkit/issues/713 # Include must not match top level directories @@ -122,7 +122,7 @@ runs: local-maven- - name: Build cache (read-write) if: ${{ inputs.build-cache == 'read-write' }} - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: | ./**/target/**