Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
self-hosted-renovatebot[bot] authored Dec 23, 2024
1 parent beacfe3 commit 0d9d942
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.10.0
uses: helm/kind-action@v1.12.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.10.0
uses: helm/kind-action@v1.12.0
- name: Install helm chart
run: helm install varnish ./charts/varnish
- name: Remove helm chart
Expand Down

0 comments on commit 0d9d942

Please sign in to comment.