mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 (#10473)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.11.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
69b4f8a14d
commit
109d227f77
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-main.yaml
vendored
2
.github/workflows/e2e-main.yaml
vendored
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.11.0
|
||||
uses: helm/kind-action@v1.12.0
|
||||
if: ${{ env.NPM_TARGET == 'test:e2e:all' }}
|
||||
with:
|
||||
cluster_name: 'kind-cluster'
|
||||
|
|
|
|||
Loading…
Reference in a new issue