diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 4fc69c1..0f425f0 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -47,7 +47,7 @@ jobs: find . -type f -regex '.*\.py$' -exec pyupgrade --py37-plus {} \; - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 - name: Test with pytest run: |