Skip to content

Commit c620e60

Browse files
chore(deps): update helm/kind-action action to v1.13.0 (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d26ed7b commit c620e60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
3535
- name: Create kind cluster
3636
if: steps.list-changed.outputs.changed == 'true'
37-
uses: helm/kind-action@v1.12.0
37+
uses: helm/kind-action@v1.13.0
3838
with:
3939
version: v0.29.0
4040
- name: Run chart-testing (install)

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# version: v1.46
2424
args: -v --timeout 5m --no-config ./...
2525
- name: Install k8s Kind Cluster
26-
uses: helm/kind-action@v1.12.0
26+
uses: helm/kind-action@v1.13.0
2727
with:
2828
install_only: true
2929
version: v0.29.0
@@ -52,7 +52,7 @@ jobs:
5252
# version: v1.46
5353
args: -v --timeout 5m --no-config ./...
5454
- name: Install k8s Kind Cluster
55-
uses: helm/kind-action@v1.12.0
55+
uses: helm/kind-action@v1.13.0
5656
with:
5757
install_only: true
5858
version: v0.29.0
@@ -81,7 +81,7 @@ jobs:
8181
# version: v1.46
8282
args: -v --timeout 5m --no-config ./...
8383
- name: Install k8s Kind Cluster
84-
uses: helm/kind-action@v1.12.0
84+
uses: helm/kind-action@v1.13.0
8585
with:
8686
install_only: true
8787
version: v0.29.0

0 commit comments

Comments
 (0)