We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc9f7b commit 6ca4469Copy full SHA for 6ca4469
.github/workflows/dotnet-test.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet format --verify-no-changes
26
27
- name: Create Kubernetes Cluster
28
- uses: helm/kind-action@v1.8.0
+ uses: helm/kind-action@v1.9.0
29
30
- name: Execute Tests
31
run: dotnet test --configuration ${{ runner.debug == '1' && 'Debug' || 'Release' }}
0 commit comments