We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30caea1 commit 7e9cb60Copy full SHA for 7e9cb60
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
env:
22
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- name: Set up Ruby
26
uses: ruby/setup-ruby@v1
27
with:
.github/workflows/openapi-generate.yml
@@ -9,7 +9,7 @@ jobs:
9
openapi-generate:
10
runs-on: ubuntu-latest
11
12
13
- name: Set up system
14
run: sudo apt install -y xq
15
- name: OpenAPI Generate
0 commit comments