Skip to content

Commit

Permalink
build: Replace unmaintained action
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym-tousek-keboola committed Nov 11, 2024
1 parent 851bd81 commit c64d281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-service-stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ jobs:
TEST_KBC_PROJECTS_FILE: '${{ github.workspace }}/${{ vars.TEST_KBC_PROJECTS_FILE }}'

- name: Validate OpenAPI3 definition
uses: char0n/swagger-editor-validate@3c2f7d1b95a42ebe4e692e2be7c564845e63d303
uses: swaggerexpert/swagger-editor-validate@v1
with:
definition-file: internal/pkg/service/stream/api/openapi/openapi3.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-service-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
TEST_KBC_PROJECTS_FILE: '${{ github.workspace }}/${{ vars.TEST_KBC_PROJECTS_FILE }}'

- name: Validate OpenAPI3 definition
uses: char0n/swagger-editor-validate@3c2f7d1b95a42ebe4e692e2be7c564845e63d303
uses: swaggerexpert/swagger-editor-validate@v1
with:
definition-file: internal/pkg/service/templates/api/openapi/openapi3.yaml

0 comments on commit c64d281

Please sign in to comment.