88 runs-on : ubuntu-latest
99 steps :
1010 - name : Check out head branch
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212 - name : Run OpenAPI Lint Action
13- uses : nwestfall/openapi- action@v1.0.2
13+ uses : mhiew/redoc-lint-github- action@v4
1414 with :
1515 github_token : ${{ secrets.GITHUB_TOKEN }}
1616 file : openapi/workflow_execution_service.openapi.yaml
@@ -20,12 +20,12 @@ jobs:
2020 if : ${{ github.event_name == 'pull_request' }}
2121 steps :
2222 - name : Check out head branch
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 ref : ${{ github.ref }}
2626 path : head
2727 - name : Check out base branch
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 with :
3030 ref : ${{ github.event.pull_request.base.ref }}
3131 path : base
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Check out head branch
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444 - name : Run OpenAPI Validate Action
45- uses : char0n/swagger-editor-validate@v1
45+ uses :
swaggerexpert/[email protected] 46+ env :
47+ PUPPETEER_NO_SANDBOX : " true"
48+ PUPPETEER_EXECUTABLE_PATH : " /usr/bin/chromium-browser"
4649 with :
4750 definition-file : openapi/workflow_execution_service.openapi.yaml
0 commit comments