Skip to content

Commit

Permalink
Merge pull request #88 from WyriHaximus/renovate/helm-kind-action-1.x
Browse files Browse the repository at this point in the history
Update helm/kind-action action to v1.10.0
  • Loading branch information
WyriHaximus authored Nov 15, 2024
2 parents e422746 + c628a49 commit 5e96848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.10.0
- name: Get running image ID
id: ps
run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.10.0
- name: Get running image ID
id: ps
run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.10.0
- name: Get running image ID
id: ps
run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")
Expand Down

0 comments on commit 5e96848

Please sign in to comment.