File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
with :
28
28
go-version : ' 1.19'
29
29
30
- - name : Set up Helm
31
- uses : azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
30
+ - name : Install Helm
31
+ uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
32
32
with :
33
- version : ' 3.10.1 '
33
+ version : ' 3.11.0 '
34
34
35
35
# prepare for build
36
36
- run : sudo apt update && sudo apt install -y jq
@@ -128,9 +128,9 @@ jobs:
128
128
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
129
129
130
130
- name : Install Helm
131
- uses : azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
131
+ uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
132
132
with :
133
- version : ' 3.10.1 '
133
+ version : ' 3.11.0 '
134
134
135
135
- name : Run chart-releaser
136
136
uses : helm/chart-releaser-action@c25b74a986eb925b398320414b576227f375f946 # @v1.2.1
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
63
63
- uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # @3.3.1
64
64
with :
65
65
go-version : ' 1.19'
66
- - name : Set up Helm
67
- uses : azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
66
+ - name : Install Helm
67
+ uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
68
68
with :
69
- version : ' 3.10.1 '
69
+ version : ' 3.11.0 '
70
70
- uses : helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 # @1.5.0
71
71
name : Create k8s cluster
72
72
with :
You can’t perform that action at this time.
0 commit comments