Skip to content

Commit 881dd30

Browse files
chore(deps): update helm/kind-action action to v1.14.0 (#476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32220fa commit 881dd30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-e2e-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: 'go.mod'
3030

3131
- name: Kind action
32-
uses: helm/kind-action@v1.13.0
32+
uses: helm/kind-action@v1.14.0
3333
with:
3434
kubectl_version: ${{ matrix.k8sVersion }}
3535

.github/workflows/integration-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version-file: 'go.mod'
3131

3232
- name: Kind action
33-
uses: helm/kind-action@v1.13.0
33+
uses: helm/kind-action@v1.14.0
3434
with:
3535
kubectl_version: ${{ matrix.k8sVersion }}
3636

0 commit comments

Comments
 (0)