Skip to content

Commit 47cdf2c

Browse files
workflows: bump azure/setup-helm from 3.0 to 3.1 (fluent#5708)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.0 to 3.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v3.0...v3.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 581418c commit 47cdf2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/1.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
go-version: '1.16' # The Go version to download (if necessary) and use.
150150

151-
- uses: azure/setup-helm@v3.0
151+
- uses: azure/setup-helm@v3.1
152152
id: install
153153

154154
- run: go mod download

.github/workflows/1.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
go-version: '1.16' # The Go version to download (if necessary) and use.
154154

155-
- uses: azure/setup-helm@v3.0
155+
- uses: azure/setup-helm@v3.1
156156
id: install
157157

158158
- run: go mod download

.github/workflows/call-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
cluster_name: kind
9595

9696
- name: Set up Helm
97-
uses: azure/setup-helm@v3.0
97+
uses: azure/setup-helm@v3.1
9898
with:
9999
version: v3.8.1
100100

.github/workflows/call-test-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
uses: helm/[email protected]
186186

187187
- name: Set up Helm
188-
uses: azure/setup-helm@v3.0
188+
uses: azure/setup-helm@v3.1
189189
with:
190190
version: v3.6.3
191191

0 commit comments

Comments
 (0)