diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9e311fce2..74c8e9bde 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 # with: # dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel - run: make build