diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 48aa266b5..6fc0d0e07 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -112,7 +112,7 @@ jobs: - name: Setup authentik env uses: ./.github/actions/setup - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 - name: run integration run: | poetry run coverage run manage.py test tests/integration