diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 37b9820..4c98eec 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -49,7 +49,7 @@ jobs: find . -type f -regex '.*\.py$' -exec pyupgrade --py39-plus {} \; - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 - name: Test with pytest run: |