Skip to content

Commit

Permalink
Merge pull request #443 from sigstore/dependabot/github_actions/helm/…
Browse files Browse the repository at this point in the history
…kind-action-1.5.0

build(deps): bump helm/kind-action from 1.4.0 to 1.5.0
  • Loading branch information
k4leung4 authored Dec 19, 2022
2 parents d205079 + bc5e8a2 commit 46f53f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
helm repo update
- name: Create KIND Cluster
uses: helm/kind-action@9e8295d178de23cbfbd8fa16cf844eec1d773a07 # pin@v1.4.0
uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 # pin@v1.5.0

- name: Install Ingress Controller
run: "helm install ingress-nginx/ingress-nginx --generate-name --set controller.service.type='NodePort' --set controller.admissionWebhooks.enabled=false"
Expand Down

0 comments on commit 46f53f7

Please sign in to comment.