We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec571d commit a519e64Copy full SHA for a519e64
.github/workflows/cd-helm.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v5
31
with:
32
fetch-depth: 0
33
- - uses: azure/setup-helm@v4.3.0
+ - uses: azure/setup-helm@v4.3.1
34
35
version: v3.12.1
36
- uses: helm/chart-testing-action@v2.7.0
@@ -57,7 +57,7 @@ jobs:
57
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
58
59
- name: Set up Helm
60
- uses: azure/setup-helm@v4.3.0
+ uses: azure/setup-helm@v4.3.1
61
62
63
.github/workflows/ci-helm.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Set up Chart Testing CLI
0 commit comments