From 938615c6fbdbda2a0cd95cca8e7c99d12ef66ca8 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 23 Jan 2023 21:36:41 +0100 Subject: [PATCH] deploy setup action: pin only major version for setup-helm action --- .github/actions/setup-deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-deploy/action.yaml b/.github/actions/setup-deploy/action.yaml index 5650899dc1..966c734c8e 100644 --- a/.github/actions/setup-deploy/action.yaml +++ b/.github/actions/setup-deploy/action.yaml @@ -69,7 +69,7 @@ runs: shell: bash # This action use the github official cache mechanism internally - - uses: azure/setup-helm@v3.5 + - uses: azure/setup-helm@v3 with: # version is pinned for helm to avoid an automatic update of its version # which would cause something unexpected without an action on our