From 382ba8a378f2f6262bf4715c3c76880f3abac2a3 Mon Sep 17 00:00:00 2001 From: Maciej Zimnoch Date: Fri, 1 Dec 2023 16:35:35 +0100 Subject: [PATCH] Pin GH Action installing Kubernetes to newest tag Since we are moving away from GH Actions in scylla-operator repository we must pin to latest tag that contains dependant actions. --- .github/actions/run-e2e/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-e2e/action.yaml b/.github/actions/run-e2e/action.yaml index 530aa570..d81b69d6 100644 --- a/.github/actions/run-e2e/action.yaml +++ b/.github/actions/run-e2e/action.yaml @@ -37,7 +37,7 @@ runs: mkdir "${ARTIFACTS_DIR}" echo "ARTIFACTS_DIR=${ARTIFACTS_DIR}" | tee -a ${GITHUB_ENV} - name: Setup Kubernetes - uses: scylladb/scylla-operator/.github/actions/setup-kubernetes@master + uses: scylladb/scylla-operator/.github/actions/setup-kubernetes@v1.12.0-alpha.1 with: kubernetesVersion: 1.25.6 - name: Install podman