Skip to content

Commit 4a15590

Browse files
chore(deps): update helm/kind-action action to v1.12.0 (#281)
1 parent 4b57ed6 commit 4a15590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Create kind cluster
4242
if: steps.list-changed.outputs.changed == 'true'
43-
uses: helm/kind-action@v1.11.0
43+
uses: helm/kind-action@v1.12.0
4444

4545
- name: Run chart-testing (install)
4646
if: steps.list-changed.outputs.changed == 'true'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# version: v1.46
2525
args: -v --timeout 5m --no-config ./...
2626
- name: Install k8s Kind Cluster
27-
uses: helm/kind-action@v1.11.0
27+
uses: helm/kind-action@v1.12.0
2828
with:
2929
install_only: true
3030
- name: Prepare test environment

0 commit comments

Comments
 (0)