diff --git a/.github/workflows/samples-dotnet.yaml b/.github/workflows/samples-dotnet.yaml index 4c618c21dfd1..f6fee5ea6cdb 100644 --- a/.github/workflows/samples-dotnet.yaml +++ b/.github/workflows/samples-dotnet.yaml @@ -23,7 +23,7 @@ jobs: - samples/server/petstore/aspnetcore-6.0 steps: - uses: actions/checkout@v3 - - uses: actions/setup-dotnet@v2 + - uses: actions/setup-dotnet@v3 with: dotnet-version: '6.0.x' - name: Build