Skip to content

Commit 061574c

Browse files
author
Valentin Schneider-Lunitz
committed
update CI
1 parent 03c795c commit 061574c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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
@@ -40,8 +40,8 @@ jobs:
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

0 commit comments

Comments
 (0)