Skip to content

Commit

Permalink
deps: update helm/kind-action action to v1.4.0 (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 9, 2022
1 parent 8216c0f commit 96cde69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.3.0
uses: helm/kind-action@v1.4.0

- name: Build and deploy lifecycle toolkit
working-directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.3.0
uses: helm/kind-action@v1.4.0

- name: Build and deploy lifecycle toolkit
working-directory: .
Expand Down

0 comments on commit 96cde69

Please sign in to comment.