Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down