diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index c08a6e8..14ae54f 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -50,7 +50,7 @@ jobs: - name: Docker Image Cache Restore id: docker-image-cache-restore - uses: xdev-software/tci/.github/actions/docker-image-cache/restore@5726976f1afd621ab01091ec6b0d7966bd4bb247 # v4.2.0 + uses: xdev-software/tci/.github/actions/docker-image-cache/restore@8301e5ecdaec16a53f766ac4411847ddc4a35861 # v4.3.0 with: # This cache could always change however because docker images can be changed remotely if the version is not fixated # As a compromise it utilizes the hash of the pom files because when the dependencies stay the same @@ -81,7 +81,7 @@ jobs: fi - name: Docker Image Cache Save - uses: xdev-software/tci/.github/actions/docker-image-cache/save@5726976f1afd621ab01091ec6b0d7966bd4bb247 # v4.2.0 + uses: xdev-software/tci/.github/actions/docker-image-cache/save@8301e5ecdaec16a53f766ac4411847ddc4a35861 # v4.3.0 # Only save cache for one instance, otherwise they try to overwrite each other if: ${{ matrix.java == 25 }} with: