From 231b5fc9d5f4b8205a9d93164eb202bf0ef632e6 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Wed, 6 Mar 2024 09:38:56 +0100 Subject: [PATCH] use floating tag for create-cluster --- .github/workflows/smoke-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yaml b/.github/workflows/smoke-test.yaml index c07a6f31b..4f20df48d 100644 --- a/.github/workflows/smoke-test.yaml +++ b/.github/workflows/smoke-test.yaml @@ -78,7 +78,7 @@ jobs: sleep 10 - name: Create infra cluster for ${{ matrix.flavors.name }} - uses: stackrox/actions/infra/create-cluster@tm/create-cluster-endpoint + uses: stackrox/actions/infra/create-cluster@v1 with: token: ${{ env.INFRA_TOKEN_DEV }} flavor: ${{ matrix.flavors.name }}