Skip to content

Commit

Permalink
docs: bump helm/kind-action version (#122)
Browse files Browse the repository at this point in the history
* docs: bump helm/kind-action version

Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>

* Update README.md

Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>

---------

Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>
Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
  • Loading branch information
dunglas and cpanato authored Oct 31, 2023
1 parent cb49023 commit 649a636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
check-latest: true

- name: Set up chart-testing
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
Expand Down

0 comments on commit 649a636

Please sign in to comment.