Skip to content

Commit 2344396

Browse files
chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@0025e74...ae94020) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e4b473 commit 2344396

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/compatibility-e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
cache-to: type=local,dest=/tmp/.buildx-cache-new
134134

135135
- name: Setup Kind
136-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
136+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb
137137
with:
138138
version: ${{ env.KIND_VERSION }}
139139
config: ${{ env.KIND_CONFIG_PATH }}

.github/workflows/compatibility-e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
cache-to: type=local,dest=/tmp/.buildx-cache-new
121121

122122
- name: Setup Kind
123-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
123+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb
124124
with:
125125
version: ${{ env.KIND_VERSION }}
126126
config: ${{ env.KIND_CONFIG_PATH }}

.github/workflows/e2e-v1-nydus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cache-to: type=local,dest=/tmp/.buildx-cache-new
7979

8080
- name: Setup Kind
81-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
81+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb
8282
with:
8383
version: ${{ env.KIND_VERSION }}
8484
config: ${{ env.KIND_CONFIG_PATH }}

.github/workflows/e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
cache-to: type=local,dest=/tmp/.buildx-cache-new
145145

146146
- name: Setup Kind
147-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
147+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb
148148
with:
149149
version: ${{ env.KIND_VERSION }}
150150
config: ${{ env.KIND_CONFIG_PATH }}

.github/workflows/e2e-v2-nydus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
cache-to: type=local,dest=/tmp/.buildx-cache-new
9090

9191
- name: Setup Kind
92-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
92+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb
9393
with:
9494
version: ${{ env.KIND_VERSION }}
9595
config: ${{ env.KIND_CONFIG_PATH }}

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
cache-to: type=local,dest=/tmp/.buildx-cache-new
108108

109109
- name: Setup Kind
110-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
110+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb
111111
with:
112112
version: ${{ env.KIND_VERSION }}
113113
config: ${{ env.KIND_CONFIG_PATH }}

0 commit comments

Comments
 (0)