Skip to content

Commit 75a8b98

Browse files
committed
[ksqlDB.RestApi.Client]: updated action versions in dotnet blazor github worflow
1 parent 93c8f33 commit 75a8b98

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/dotnetblazor.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,14 @@ jobs:
77

88
runs-on: ubuntu-latest
99

10-
env:
11-
SqlServer_Test_Project_Path: Tests\SqlServer.Connector.Tests\SqlServer.Connector.Tests.csproj
12-
1310
steps:
1411

15-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1613

1714
- name: Setup .NET 8.0
18-
uses: actions/setup-dotnet@v2
19-
with:
20-
dotnet-version: 8.0.205
21-
22-
- name: Setup .NET 7.0
23-
uses: actions/setup-dotnet@v2
24-
with:
25-
dotnet-version: 7.0.x
26-
27-
- name: Setup .NET 6.0
28-
uses: actions/setup-dotnet@v2
15+
uses: actions/setup-dotnet@v4
2916
with:
30-
dotnet-version: 6.0.x
17+
dotnet-version: 8.0.x
3118

3219
- name: Clean
3320
run: dotnet clean InsideOut.sln --configuration Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)