Skip to content

Commit feb9299

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-agent-resource-discovery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: Azure/setup-helm@v3
5454

5555
- name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster
56-
uses: helm/kind-action@v1.8.0
56+
uses: helm/kind-action@v1.10.0
5757
with:
5858
node_image: ${{ matrix.kindImage }}
5959

.github/workflows/ci-agent-scraper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: ./config
5858

5959
- name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster
60-
uses: helm/kind-action@v1.8.0
60+
uses: helm/kind-action@v1.10.0
6161
with:
6262
node_image: ${{ matrix.kindImage }}
6363

0 commit comments

Comments
 (0)