Skip to content

Commit 39cf16b

Browse files
Merge pull request #314 from Cosmo-Tech/dependabot/github_actions/azure/setup-helm-3.3
2 parents 5201d26 + d859af8 commit 39cf16b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build_test_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
java-version: '17'
122122

123123
- name: Set up Helm
124-
uses: azure/setup-helm@v2.1
124+
uses: azure/setup-helm@v3.3
125125
with:
126126
version: v3.6.0
127127

@@ -383,7 +383,7 @@ jobs:
383383
- uses: actions/checkout@v3
384384

385385
- name: Set up Helm
386-
uses: azure/setup-helm@v2.1
386+
uses: azure/setup-helm@v3.3
387387
with:
388388
version: v3.6.0
389389

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ github.event.client_payload.gh_sha }}
2929

3030
- name: Set up Helm
31-
uses: azure/setup-helm@v2.1
31+
uses: azure/setup-helm@v3.3
3232
with:
3333
version: v3.6.0
3434

.github/workflows/deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ github.event.client_payload.gh_sha }}
3030

3131
- name: Set up Helm
32-
uses: azure/setup-helm@v2.1
32+
uses: azure/setup-helm@v3.3
3333
with:
3434
version: v3.6.0
3535

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v3
7474

7575
- name: Set up Helm
76-
uses: azure/setup-helm@v2.1
76+
uses: azure/setup-helm@v3.3
7777
with:
7878
version: v3.6.0
7979

0 commit comments

Comments
 (0)