diff --git a/.github/workflows/create-dev-cluster.yml b/.github/workflows/create-dev-cluster.yml index 2d999e3..55bb21f 100644 --- a/.github/workflows/create-dev-cluster.yml +++ b/.github/workflows/create-dev-cluster.yml @@ -24,7 +24,7 @@ jobs: outputs: cluster-name: ${{ inputs.cluster-name }} steps: - - uses: stackrox/actions/infra/create-cluster@v1.0.41 + - uses: stackrox/actions/infra/create-cluster@v1.0.42 with: flavor: ${{ inputs.flavor }} name: ${{ inputs.cluster-name }} diff --git a/.github/workflows/delete-dev-cluster.yml b/.github/workflows/delete-dev-cluster.yml index 82d5851..69cef7d 100644 --- a/.github/workflows/delete-dev-cluster.yml +++ b/.github/workflows/delete-dev-cluster.yml @@ -14,7 +14,7 @@ jobs: INFRA_TOKEN: ${{ secrets.INFRA_CI_TOKEN }} steps: - name: Install infractl - uses: stackrox/actions/infra/install-infractl@v1.0.41 + uses: stackrox/actions/infra/install-infractl@v1.0.42 - name: Delete cluster run: | diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 68808f1..db9c609 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -78,7 +78,7 @@ jobs: run: echo "USE_GKE_GCLOUD_AUTH_PLUGIN=True" >> "$GITHUB_ENV" - name: Download production infractl - uses: stackrox/actions/infra/install-infractl@v1.0.41 + uses: stackrox/actions/infra/install-infractl@v1.0.42 - name: Download artifacts run: |