Skip to content

Commit f101b38

Browse files
committed
switch to fast-actions
1 parent b7d15c9 commit f101b38

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- name: ⚙️ Setup dotnet versions
4444
uses: fast-actions/setup-dotnet@v1
4545
with:
46-
sdk-version: 10.0.x
4746
aspnetcore-version: |
4847
8.0.x
4948
9.0.x
@@ -91,8 +90,6 @@ jobs:
9190
steps:
9291
- name: Setup .NET
9392
uses: fast-actions/setup-dotnet@v1
94-
with:
95-
sdk-version: 10.x
9693

9794
- uses: actions/download-artifact@v7
9895
with:
@@ -126,7 +123,6 @@ jobs:
126123
- name: ⚙️ Setup dotnet versions
127124
uses: fast-actions/setup-dotnet@v1
128125
with:
129-
sdk-version: 10.0.x
130126
aspnetcore-version: |
131127
8.0.x
132128
9.0.x
@@ -159,8 +155,6 @@ jobs:
159155

160156
- name: ⚙️ Setup dotnet
161157
uses: fast-actions/setup-dotnet@v1
162-
with:
163-
sdk-version: 10.0.x
164158

165159
- uses: actions/download-artifact@v7
166160
with:
@@ -219,7 +213,6 @@ jobs:
219213
- name: ⚙️ Setup dotnet versions
220214
uses: fast-actions/setup-dotnet@v1
221215
with:
222-
sdk-version: 10.0.x
223216
aspnetcore-version: |
224217
8.0.x
225218
9.0.x
@@ -283,8 +276,6 @@ jobs:
283276

284277
- name: Setup .NET Core
285278
uses: fast-actions/setup-dotnet@v1
286-
with:
287-
sdk-version: 10.0.x
288279

289280
- name: 🛠️ NuGet login
290281
uses: NuGet/login@v1

.github/workflows/docs-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
- name: ⚙️ Setup dotnet versions
7373
uses: fast-actions/setup-dotnet@v1
7474
with:
75-
sdk-version: 10.0.x
7675
aspnetcore-version: |
7776
8.0.x
7877
9.0.x

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161

6262
- name: ⚙️ Setup dotnet versions
6363
uses: fast-actions/setup-dotnet@v1
64-
with:
65-
sdk-version: 10.0.x
6664

6765
- name: 🛠️ Update changelog
6866
uses: thomaseizinger/keep-a-changelog-new-release@3.1.0

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestMajor",
4-
"allowPrerelease": true
4+
"allowPrerelease": false
55
}
66
}

0 commit comments

Comments
 (0)