File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
3030 -
3131 name : Setup .NET SDK
32- uses : actions/setup-dotnet@v3
32+ uses : actions/setup-dotnet@v4
3333 with :
3434 global-json-file : global.json
3535 -
Original file line number Diff line number Diff line change 6868
6969 -
7070 name : Setup .NET SDK
71- uses : actions/setup-dotnet@v3
71+ uses : actions/setup-dotnet@v4
7272 with :
7373 global-json-file : global.json
7474
Original file line number Diff line number Diff line change 7676 restore-keys : node-${{ runner.os }}
7777 -
7878 name : Setup .NET SDK
79- uses : actions/setup-dotnet@v3
79+ uses : actions/setup-dotnet@v4
8080 with :
8181 global-json-file : global.json
8282 -
Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@v4
4141 -
4242 name : Setup .NET SDK
43- uses : actions/setup-dotnet@v3
43+ uses : actions/setup-dotnet@v4
4444 with :
4545 global-json-file : global.json
4646 -
You can’t perform that action at this time.
0 commit comments