From 7488ee61e8418322670163ae6a433cf34099ab87 Mon Sep 17 00:00:00 2001 From: XDEV Renovate Bot Date: Sat, 12 Sep 2026 03:05:10 +0000 Subject: [PATCH] Update xdev-software/tci action to v4.4.1 --- .github/workflows/check-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index c08a6e8..94e1276 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@3b08b98d721883f88555ae1f3a952e3643520a59 # v4.4.1 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@3b08b98d721883f88555ae1f3a952e3643520a59 # v4.4.1 # Only save cache for one instance, otherwise they try to overwrite each other if: ${{ matrix.java == 25 }} with: