Skip to content

Commit 93666ab

Browse files
committed
Update workflows
1 parent 2fec4e2 commit 93666ab

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET Core
2929
uses: actions/setup-dotnet@v1
3030
with:
31-
dotnet-version: 9.0.x
31+
dotnet-version: 10.0.x
3232
- name: Install dependencies
3333
run: dotnet restore
3434
- name: Build

.github/workflows/compiler-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET Core
2626
uses: actions/setup-dotnet@v1
2727
with:
28-
dotnet-version: 9.0.x
28+
dotnet-version: 10.0.x
2929
- name: Install compiler dependencies
3030
run: dotnet restore main/DMCompiler/DMCompiler.csproj
3131
- name: Install disassembler dependencies
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup .NET Core
5050
uses: actions/setup-dotnet@v1
5151
with:
52-
dotnet-version: 9.0.x
52+
dotnet-version: 10.0.x
5353
- name: Checkout Main
5454
uses: actions/checkout@v2
5555
with:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup .NET Core
7575
uses: actions/setup-dotnet@v1
7676
with:
77-
dotnet-version: 9.0.x
77+
dotnet-version: 10.0.x
7878
- name: Pop build cache
7979
uses: actions/cache/restore@v4
8080
with:
@@ -99,7 +99,7 @@ jobs:
9999
- name: Setup .NET Core
100100
uses: actions/setup-dotnet@v1
101101
with:
102-
dotnet-version: 9.0.x
102+
dotnet-version: 10.0.x
103103
- name: Pop build cache
104104
uses: actions/cache/restore@v4
105105
with:
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup .NET Core
125125
uses: actions/setup-dotnet@v1
126126
with:
127-
dotnet-version: 9.0.x
127+
dotnet-version: 10.0.x
128128
- name: Pop build cache
129129
uses: actions/cache/restore@v4
130130
with:
@@ -147,7 +147,7 @@ jobs:
147147
- name: Setup .NET Core
148148
uses: actions/setup-dotnet@v1
149149
with:
150-
dotnet-version: 9.0.x
150+
dotnet-version: 10.0.x
151151
- name: Pop build cache
152152
uses: actions/cache/restore@v4
153153
with:
@@ -170,7 +170,7 @@ jobs:
170170
- name: Setup .NET Core
171171
uses: actions/setup-dotnet@v1
172172
with:
173-
dotnet-version: 9.0.x
173+
dotnet-version: 10.0.x
174174
- name: Pop build cache
175175
uses: actions/cache/restore@v4
176176
with:
@@ -193,7 +193,7 @@ jobs:
193193
- name: Setup .NET Core
194194
uses: actions/setup-dotnet@v1
195195
with:
196-
dotnet-version: 9.0.x
196+
dotnet-version: 10.0.x
197197
- name: Pop build cache
198198
uses: actions/cache/restore@v4
199199
with:
@@ -216,7 +216,7 @@ jobs:
216216
- name: Setup .NET Core
217217
uses: actions/setup-dotnet@v1
218218
with:
219-
dotnet-version: 9.0.x
219+
dotnet-version: 10.0.x
220220
- name: Pop build cache
221221
uses: actions/cache/restore@v4
222222
with:
@@ -239,7 +239,7 @@ jobs:
239239
- name: Setup .NET Core
240240
uses: actions/setup-dotnet@v1
241241
with:
242-
dotnet-version: 9.0.x
242+
dotnet-version: 10.0.x
243243
- name: Pop build cache
244244
uses: actions/cache/restore@v4
245245
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 9.0.x
21+
dotnet-version: 10.0.x
2222
- name: Setup Resharper
2323
run: dotnet tool install -g JetBrains.ReSharper.GlobalTools
2424
- name: Run Linter

0 commit comments

Comments
 (0)