Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Feb 11, 2024
1 parent 17bb086 commit 5939f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: sudo make install

- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config }}
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
run: sudo make install

- name: Create kind cluster 1
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config_1 }}
Expand All @@ -253,7 +253,7 @@ jobs:
--nodes-without-cilium=${{ env.CLUSTER_NAME_1 }}-worker2
- name: Create kind cluster 2
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config_2 }}
Expand Down

0 comments on commit 5939f11

Please sign in to comment.