diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68b1f9e9..fca4380f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,13 +34,13 @@ jobs: lfs: true fetch-depth: 0 - name: "Install .NET SDK 3.1 & 5.0" - uses: actions/setup-dotnet@v1.9.1 + uses: actions/setup-dotnet@v2 with: dotnet-version: | 3.1.x 5.0.x - name: "Install .NET Core SDK" - uses: actions/setup-dotnet@v1.9.1 + uses: actions/setup-dotnet@v2 - name: "Dotnet Tool Restore" run: dotnet tool restore shell: pwsh