File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
run : ./scripts/patch-readme.sh README.md ${{ env.GH_PAGES_URL }}
37
37
38
38
- name : Dotnet Setup
39
- uses : actions/setup-dotnet@v4
39
+ uses : actions/setup-dotnet@v5
40
40
with :
41
41
dotnet-version : 8.x
42
42
Original file line number Diff line number Diff line change 23
23
fetch-depth : 0 # Get all history for automatic versioning
24
24
25
25
- name : Setup dotnet
26
- uses : actions/setup-dotnet@v4
26
+ uses : actions/setup-dotnet@v5
27
27
with :
28
28
dotnet-version : " 8.0.x"
29
29
Original file line number Diff line number Diff line change 35
35
uses : smorimoto/tune-github-hosted-runner-network@v1
36
36
- uses : actions/checkout@v5
37
37
- name : Setup dotnet
38
- uses : actions/setup-dotnet@v4
38
+ uses : actions/setup-dotnet@v5
39
39
with :
40
40
dotnet-version : " 8.0.x"
41
41
- name : Install dependencies
53
53
uses : smorimoto/tune-github-hosted-runner-network@v1
54
54
- uses : actions/checkout@v5
55
55
- name : Setup dotnet
56
- uses : actions/setup-dotnet@v4
56
+ uses : actions/setup-dotnet@v5
57
57
with :
58
58
dotnet-version : " 8.0.x"
59
59
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments