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