Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.10.0 (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent f9fba04 commit 1f71958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fi
- name: Create kind cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart install test
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
fi
- name: Create kind cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart install test with PostgreSQL
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
fi
- name: Create kind cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart install test with MySQL
Expand Down

0 comments on commit 1f71958

Please sign in to comment.