File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.image }}
1515 strategy :
1616 matrix :
17- image : [macos-10.15, ubuntu-18 .04, windows-2019]
17+ image : [macos-10.15, ubuntu-20 .04, windows-2019]
1818 env :
1919 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
2020 DOTNET_CLI_TELEMETRY_OPTOUT : 1
2525
2626 # Frontend
2727 - name : NPM Cache
28- uses : actions/cache@v1.1.0
28+ uses : actions/cache@v1
2929 with :
3030 path : ${{ env.NPM_CACHE }}
3131 key : ${{ runner.os }}.npm.${{ hashFiles('**/npm-shrinkwrap.json') }}
@@ -38,11 +38,11 @@ jobs:
3838
3939 # Backend
4040 - name : Setup .NET Core SDK
41- uses : actions/setup-dotnet@v1.7.2
41+ uses : actions/setup-dotnet@v1
4242 with :
43- dotnet-version : ' 3.1.201 '
43+ dotnet-version : ' 3.1.x '
4444 - name : NuGet Cache
45- uses : actions/cache@v1.1.0
45+ uses : actions/cache@v2
4646 with :
4747 path : ${{ env.NUGET_PACKAGES }}
4848 key : ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
You can’t perform that action at this time.
0 commit comments