Skip to content

Commit 217fa45

Browse files
committed
helm needs triplet versions
1 parent f589da0 commit 217fa45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# gain meaning on how job steps use them.
3636
include:
3737
- python: "3.10"
38-
helm: "v3"
38+
helm: "v3.20.2"
3939
- python: "3.11"
4040
- python: "3.12"
4141
- python: "3.13"
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install helm
7171
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
7272
with:
73-
version: ${{ matrix.helm || 'v4' }} # default is latest (stable)
73+
version: ${{ matrix.helm || 'v4.1.4' }} # default is latest (stable)
7474

7575
# https://github.com/docker/setup-buildx-action
7676
- name: Setup docker buildx

0 commit comments

Comments
 (0)