We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f589da0 commit 217fa45Copy full SHA for 217fa45
1 file changed
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
# gain meaning on how job steps use them.
36
include:
37
- python: "3.10"
38
- helm: "v3"
+ helm: "v3.20.2"
39
- python: "3.11"
40
- python: "3.12"
41
- python: "3.13"
@@ -70,7 +70,7 @@ jobs:
70
- name: Install helm
71
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
72
with:
73
- version: ${{ matrix.helm || 'v4' }} # default is latest (stable)
+ version: ${{ matrix.helm || 'v4.1.4' }} # default is latest (stable)
74
75
# https://github.com/docker/setup-buildx-action
76
- name: Setup docker buildx
0 commit comments