Skip to content

Commit

Permalink
Merge pull request #923 from kubereboot/dependabot/github_actions/hel…
Browse files Browse the repository at this point in the history
…m/kind-action-1.10.0

build(deps): bump helm/kind-action from 1.9.0 to 1.10.0
  • Loading branch information
dholbach committed Apr 24, 2024
2 parents ab56a0c + fdc252e commit b9f7045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create kind cluster with 5 nodes
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml
version: v0.14.0
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create kind cluster with 5 nodes
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml
version: v0.14.0
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
# Default name for helm/kind-action kind clusters is "chart-testing"
- name: Create kind cluster with 5 nodes
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
config: .github/kind-cluster-${{ matrix.kubernetes }}.yaml
version: v0.14.0
Expand Down

0 comments on commit b9f7045

Please sign in to comment.