We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dbb340 + 6222de1 commit 889b0f3Copy full SHA for 889b0f3
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
24
steps:
25
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
26
- name: Set up Ruby
27
uses: ruby/setup-ruby@v1
28
with:
.github/workflows/openapi-generate.yml
@@ -11,7 +11,7 @@ jobs:
11
12
INPUT_SPEC_VERSION: v4.0
13
14
15
- name: Set up system
16
run: sudo apt install -y xq
17
- name: OpenAPI Generate
0 commit comments