Skip to content

Commit bc555f5

Browse files
committed
2 parents f8823d0 + 0e42edc commit bc555f5

249 files changed

Lines changed: 10353 additions & 753 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/samples-aspnet-fastenpoints-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- samples/server/petstore/aspnet/fastendpoints-useValidators
2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: actions/setup-dotnet@v4.3.1
29+
- uses: actions/setup-dotnet@v5.0.0
3030
with:
3131
dotnet-version: '8.0.x'
3232
- name: Build

.github/workflows/samples-dart-build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/
3535
- samples/openapi3/client/petstore/dart-dio/binary_response/
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- uses: dart-lang/setup-dart@v1
4040
with:

.github/workflows/samples-dotnet-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# - samples/client/petstore/csharp/unityWebRequest/standard2.0/Petstore/
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: actions/setup-dotnet@v4.3.1
31+
- uses: actions/setup-dotnet@v5.0.0
3232
with:
3333
dotnet-version: 3.1.*
3434
- name: Build

.github/workflows/samples-dotnet6-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- samples/server/petstore/aspnetcore-6.0-useSwashBuckle
2626
steps:
2727
- uses: actions/checkout@v5
28-
- uses: actions/setup-dotnet@v4.3.1
28+
- uses: actions/setup-dotnet@v5.0.0
2929
with:
3030
dotnet-version: '6.0.x'
3131
- name: Build

.github/workflows/samples-dotnet8-client-echo-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- samples/client/echo_api/csharp/restsharp/net8/EchoApi
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: actions/setup-dotnet@v4.3.1
22+
- uses: actions/setup-dotnet@v5.0.0
2323
with:
2424
dotnet-version: '8.0.x'
2525
- name: Run echo server

.github/workflows/samples-dotnet8-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- samples/client/petstore/csharp/restsharp/net8/useVirtualForHooks/
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: actions/setup-dotnet@v4.3.1
22+
- uses: actions/setup-dotnet@v5.0.0
2323
with:
2424
dotnet-version: '8.0.x'
2525
- name: Build

.github/workflows/samples-dotnet8-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- samples/server/petstore/aspnetcore-8.0-use-centralized-package-version-management
2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: actions/setup-dotnet@v4.3.1
29+
- uses: actions/setup-dotnet@v5.0.0
3030
with:
3131
dotnet-version: '8.0.x'
3232
- name: Build

.github/workflows/samples-dotnet8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate
3535
steps:
3636
- uses: actions/checkout@v5
37-
- uses: actions/setup-dotnet@v4.3.1
37+
- uses: actions/setup-dotnet@v5.0.0
3838
with:
3939
dotnet-version: '8.0.x'
4040
- name: Build

.github/workflows/samples-dotnet9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
#- samples/client/petstore/csharp/unityWebRequest/net9/Petstore
4848
steps:
4949
- uses: actions/checkout@v5
50-
- uses: actions/setup-dotnet@v4.3.1
50+
- uses: actions/setup-dotnet@v5.0.0
5151
with:
5252
dotnet-version: '9.0.101'
5353
- name: Build

.github/workflows/samples-go-client-echo-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- samples/client/echo_api/go
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-go@v5
20+
- uses: actions/setup-go@v6
2121
with:
2222
go-version: "stable"
2323
- name: Setup node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
- name: Run echo server
2626
run: |
2727
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server

0 commit comments

Comments
 (0)