From 5a360418bc091c05eb15fb94fc88513246ee3920 Mon Sep 17 00:00:00 2001 From: Venkata Challa Date: Tue, 24 Sep 2024 16:34:40 +0100 Subject: [PATCH] Updated pipeline to use shared action --- .github/actions/deploy/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 864658f2..60efdad3 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -103,9 +103,7 @@ runs: echo "cluster_name=$(jq -r '.cluster_name' $TFVARS)" >> $GITHUB_ENV - name: Install kubectl - uses: azure/setup-kubectl@v3 - with: - version: "v1.26.1" # default is latest stable + uses: DFE-Digital/github-actions/set-kubectl@master - name: K8 setup shell: bash