diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-27 08:42:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-27 08:42:43 -0800 |
| commit | 8cf75a152b9af308b936a7d4b61dea1caf533e48 (patch) | |
| tree | 9dbe209b30142e66da1d340372e1b89e92d94431 | |
| parent | 9db15c28ecc82bb67862fa067e9c35120f13d20f (diff) | |
| download | seaweedfs-8cf75a152b9af308b936a7d4b61dea1caf533e48.tar.xz seaweedfs-8cf75a152b9af308b936a7d4b61dea1caf533e48.zip | |
build(deps): bump helm/kind-action from 1.4.0 to 1.5.0 (#4250)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.4.0...v1.5.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>
| -rw-r--r-- | .github/workflows/helm_ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/helm_ci.yml b/.github/workflows/helm_ci.yml index 6c8843dd7..18a8e104b 100644 --- a/.github/workflows/helm_ci.yml +++ b/.github/workflows/helm_ci.yml @@ -45,7 +45,7 @@ jobs: run: ct lint --all --validate-maintainers=false --chart-dirs k8s/charts - name: Create kind cluster - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.5.0 - name: Run chart-testing (install) run: ct install --all --chart-dirs k8s/charts
\ No newline at end of file |
