diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 19c739a4..2e87f674 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -220,7 +220,7 @@ jobs: kubectl apply -k manifests/examples/testing shell: bash - name: Setup .NET SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Execute Functional Tests