Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.9.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 Feb 11, 2024
1 parent 7df677e commit 114292c
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.8.0
uses: helm/kind-action@v1.9.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.8.0
uses: helm/kind-action@v1.9.0
- name: Install helm chart
run: helm install varnish ./charts/varnish
- name: Remove helm chart
Expand Down

0 comments on commit 114292c

Please sign in to comment.