Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.10.0 (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent 61a2878 commit feb9299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-agent-resource-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: Azure/setup-helm@v3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-agent-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: ./config

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

Expand Down

0 comments on commit feb9299

Please sign in to comment.