Skip to content

Commit da6c542

Browse files
chore(deps): update azure/setup-helm action to v4 (#76)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 02ce57b commit da6c542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313

1414
- name: Set up Helm
15-
uses: azure/setup-helm@v3
15+
uses: azure/setup-helm@v4
1616
with:
1717
version: v3.9.4
1818

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2121
2222
- name: Install Helm
23-
uses: azure/setup-helm@v3
23+
uses: azure/setup-helm@v4
2424
with:
2525
version: v3.9.4
2626

0 commit comments

Comments
 (0)