From 0ee0dfe582b9696bfa55c243fc634bf70288e03c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:18:36 +0000 Subject: [PATCH] Update cekit/actions-setup-cekit action to v1.1.7 --- .github/workflows/ubi9-openjdk-17-runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubi9-openjdk-17-runtime.yml b/.github/workflows/ubi9-openjdk-17-runtime.yml index 6671ea2..3a49d4d 100644 --- a/.github/workflows/ubi9-openjdk-17-runtime.yml +++ b/.github/workflows/ubi9-openjdk-17-runtime.yml @@ -25,7 +25,7 @@ jobs: ${{ env.OPENJDK_CONTAINER }}:${{ env.OPENJDK_CONTAINER_VERSION }} - name: Install CEKit - uses: cekit/actions-setup-cekit@v1.1.5 + uses: cekit/actions-setup-cekit@v1.1.7 # even though we don't run any S2I tests for the runtime images, the test suite # will fail to start if the s2i binary is not present.