|
8 | 8 | smoke-test-url: |
9 | 9 | runs-on: ubuntu-latest |
10 | 10 | steps: |
11 | | - - uses: actions/checkout@v4.2.2 |
| 11 | + - uses: actions/checkout@v5.0.0 |
12 | 12 | - uses: openapi-generators/openapitools-generator-action@v1 |
13 | 13 | with: |
14 | 14 | generator: rust |
|
18 | 18 | smoke-test-file: |
19 | 19 | runs-on: ubuntu-latest |
20 | 20 | steps: |
21 | | - - uses: actions/checkout@v4.2.2 |
| 21 | + - uses: actions/checkout@v5.0.0 |
22 | 22 | - uses: openapi-generators/openapitools-generator-action@v1 |
23 | 23 | with: |
24 | 24 | generator: rust |
|
28 | 28 | smoke-test-absolute-file: |
29 | 29 | runs-on: ubuntu-latest |
30 | 30 | steps: |
31 | | - - uses: actions/checkout@v4.2.2 |
| 31 | + - uses: actions/checkout@v5.0.0 |
32 | 32 | - uses: openapi-generators/openapitools-generator-action@v1 |
33 | 33 | with: |
34 | 34 | generator: rust |
|
38 | 38 | smoke-test-absolute-config: |
39 | 39 | runs-on: ubuntu-latest |
40 | 40 | steps: |
41 | | - - uses: actions/checkout@v4.2.2 |
| 41 | + - uses: actions/checkout@v5.0.0 |
42 | 42 | - uses: openapi-generators/openapitools-generator-action@v1 |
43 | 43 | with: |
44 | 44 | generator: rust |
|
48 | 48 | smoke-test-template: |
49 | 49 | runs-on: ubuntu-latest |
50 | 50 | steps: |
51 | | - - uses: actions/checkout@v4.2.2 |
| 51 | + - uses: actions/checkout@v5.0.0 |
52 | 52 | - uses: openapi-generators/openapitools-generator-action@v1 |
53 | 53 | with: |
54 | 54 | generator: rust |
|
59 | 59 | smoke-test-absolute-template: |
60 | 60 | runs-on: ubuntu-latest |
61 | 61 | steps: |
62 | | - - uses: actions/checkout@v4.2.2 |
| 62 | + - uses: actions/checkout@v5.0.0 |
63 | 63 | - uses: openapi-generators/openapitools-generator-action@v1 |
64 | 64 | with: |
65 | 65 | generator: rust |
|
70 | 70 | test-openapi-version: |
71 | 71 | runs-on: ubuntu-latest |
72 | 72 | steps: |
73 | | - - uses: actions/checkout@v4.2.2 |
| 73 | + - uses: actions/checkout@v5.0.0 |
74 | 74 | - uses: openapi-generators/openapitools-generator-action@v1 |
75 | 75 | with: |
76 | 76 | generator: rust |
|
81 | 81 | test-no-config: |
82 | 82 | runs-on: ubuntu-latest |
83 | 83 | steps: |
84 | | - - uses: actions/checkout@v4.2.2 |
| 84 | + - uses: actions/checkout@v5.0.0 |
85 | 85 | - uses: openapi-generators/openapitools-generator-action@v1 |
86 | 86 | with: |
87 | 87 | generator: rust |
|
90 | 90 | test-command-args: |
91 | 91 | runs-on: ubuntu-latest |
92 | 92 | steps: |
93 | | - - uses: actions/checkout@v4.2.2 |
| 93 | + - uses: actions/checkout@v5.0.0 |
94 | 94 | - uses: openapi-generators/openapitools-generator-action@v1 |
95 | 95 | with: |
96 | 96 | generator: rust |
|
0 commit comments