We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ce57b commit da6c542Copy full SHA for da6c542
.github/workflows/lint-test.yaml
@@ -12,7 +12,7 @@ jobs:
12
fetch-depth: 0
13
14
- name: Set up Helm
15
- uses: azure/setup-helm@v3
+ uses: azure/setup-helm@v4
16
with:
17
version: v3.9.4
18
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
21
22
- name: Install Helm
23
24
25
26
0 commit comments