File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 /swagger-editor-validate@v1
4646 with :
4747 definition-file : openapi/workflow_execution_service.openapi.yaml
You can’t perform that action at this time.
0 commit comments