Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot authored and self-hosted-renovatebot[bot] committed Jul 11, 2023
1 parent fe1b83a commit e66e711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
command: lint
- name: Create kind cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
- name: Install helm chart
run: helm install varnish ./charts/varnish
- name: Remove helm chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
command: lint
- name: Create kind cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
- name: Install helm chart
run: helm install varnish ./charts/varnish
- name: Remove helm chart
Expand Down

0 comments on commit e66e711

Please sign in to comment.