Skip to content

Commit 0ce24cc

Browse files
Update helm/kind-action from 1.10.0 to 1.12.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02cb0aa commit 0ce24cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/it-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Dependencies
1313
run: yarn install --frozen-lockfile
1414
- name: Create k8s Kind Cluster
15-
uses: helm/kind-action@v1.10.0
15+
uses: helm/kind-action@v1.12.0
1616
with:
1717
cluster_name: trino
1818
- name: Deploy trino

0 commit comments

Comments
 (0)