File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 fetch-depth : 0
3636
3737 - name : Setup .NET
38- uses : actions/setup-dotnet@v4
38+ uses : actions/setup-dotnet@v5
3939 with :
4040 dotnet-version : ${{ env.DOTNET_VERSION }}
4141
8787 fetch-depth : 0
8888
8989 - name : Setup .NET
90- uses : actions/setup-dotnet@v4
90+ uses : actions/setup-dotnet@v5
9191 with :
9292 dotnet-version : ${{ env.DOTNET_VERSION }}
9393
@@ -114,7 +114,7 @@ jobs:
114114 fetch-depth : 0
115115
116116 - name : Setup .NET
117- uses : actions/setup-dotnet@v4
117+ uses : actions/setup-dotnet@v5
118118 with :
119119 dotnet-version : ${{ env.DOTNET_VERSION }}
120120
@@ -146,7 +146,7 @@ jobs:
146146 uses : actions/checkout@v6
147147
148148 - name : Setup .NET
149- uses : actions/setup-dotnet@v4
149+ uses : actions/setup-dotnet@v5
150150 with :
151151 dotnet-version : ${{ env.DOTNET_VERSION }}
152152
Original file line number Diff line number Diff line change 3535 build-mode : none # Skip autobuild for .NET 10 compatibility
3636
3737 - name : Setup .NET
38- uses : actions/setup-dotnet@v4
38+ uses : actions/setup-dotnet@v5
3939 with :
4040 dotnet-version : ' 10.0.x'
4141
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828
2929 - name : Setup .NET
30- uses : actions/setup-dotnet@v4
30+ uses : actions/setup-dotnet@v5
3131 with :
3232 dotnet-version : ${{ env.DOTNET_VERSION }}
3333
5252 fetch-depth : 0
5353
5454 - name : Setup .NET
55- uses : actions/setup-dotnet@v4
55+ uses : actions/setup-dotnet@v5
5656 with :
5757 dotnet-version : ${{ env.DOTNET_VERSION }}
5858
@@ -121,7 +121,7 @@ jobs:
121121 path : ./artifacts
122122
123123 - name : Setup .NET
124- uses : actions/setup-dotnet@v4
124+ uses : actions/setup-dotnet@v5
125125 with :
126126 dotnet-version : ${{ env.DOTNET_VERSION }}
127127
@@ -145,7 +145,7 @@ jobs:
145145 path : ./artifacts
146146
147147 - name : Setup .NET
148- uses : actions/setup-dotnet@v4
148+ uses : actions/setup-dotnet@v5
149149 with :
150150 dotnet-version : ${{ env.DOTNET_VERSION }}
151151
You can’t perform that action at this time.
0 commit comments