diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index b311694c..6c15906a 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -25,7 +25,7 @@ jobs: run: dotnet format --verify-no-changes - name: Create Kubernetes Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 - name: Execute Tests run: dotnet test --configuration ${{ runner.debug == '1' && 'Debug' || 'Release' }}