Skip to content

Commit e528ce5

Browse files
authored
Merge pull request #1378 from NVIDIA/dependabot/github_actions/main/azure/setup-helm-4.3.1
Bump azure/setup-helm from 4.3.0 to 4.3.1
2 parents 084fc30 + 4f4e79c commit e528ce5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-helm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
HELM_REPO_PATH: releases/helm-${{ github.event.release.tag_name }}/
2929
steps:
3030
- name: Install Helm
31-
uses: azure/[email protected].0
31+
uses: azure/[email protected].1
3232
with:
3333
version: 3.14.4
3434

@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Install Helm
61-
uses: azure/[email protected].0
61+
uses: azure/[email protected].1
6262
with:
6363
version: 3.14.4
6464

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Check out code
2929

3030
- name: Install Helm
31-
uses: azure/[email protected].0
31+
uses: azure/[email protected].1
3232
with:
3333
version: 3.14.4
3434

0 commit comments

Comments
 (0)