File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 steps :
8585 - uses : actions/checkout@v6
8686
87- - uses : actions/setup-dotnet@v4
87+ - uses : actions/setup-dotnet@v5
8888 with :
8989 global-json-file : global.json
9090
@@ -130,7 +130,7 @@ jobs:
130130 steps :
131131 - uses : actions/checkout@v6
132132
133- - uses : actions/setup-dotnet@v4
133+ - uses : actions/setup-dotnet@v5
134134 with :
135135 global-json-file : global.json
136136
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v6
2323
24- - uses : actions/setup-dotnet@v4
24+ - uses : actions/setup-dotnet@v5
2525 with :
2626 global-json-file : global.json
2727
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v6
2828
29- - uses : actions/setup-dotnet@v4
29+ - uses : actions/setup-dotnet@v5
3030 with :
3131 global-json-file : global.json
3232
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 with :
113113 ref : ${{ needs.resolve.outputs.sha }}
114114
115- - uses : actions/setup-dotnet@v4
115+ - uses : actions/setup-dotnet@v5
116116 with :
117117 global-json-file : global.json
118118
@@ -254,7 +254,7 @@ jobs:
254254 pattern : packages-*
255255 merge-multiple : true
256256
257- - uses : actions/setup-dotnet@v4
257+ - uses : actions/setup-dotnet@v5
258258 with :
259259 global-json-file : global.json
260260
You can’t perform that action at this time.
0 commit comments