4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

Use no-v-version that's available on macOS arm

This commit is contained in:
Cornelius Roemer 2025-06-20 11:35:32 +02:00
parent f7ff798e3b
commit a4d77585e0

View file

@ -19,7 +19,7 @@ jobs:
env: env:
HELM_3_8_0: 'v3.8.0' HELM_3_8_0: 'v3.8.0'
HELM_3_7_2: 'v3.7.2' HELM_3_7_2: 'v3.7.2'
HELM_NO_V: '3.5.0' HELM_NO_V: '3.8.0'
PR_BASE_REF: ${{ github.event.pull_request.base.ref }} PR_BASE_REF: ${{ github.event.pull_request.base.ref }}
steps: steps:
- name: Check out repository - name: Check out repository