From 727d7575ae2543bd4e1d398eab17b3100ea82f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Dular?= <22869613+xBlaz3kx@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:46:35 +0100 Subject: [PATCH] Updated validation workflow (#8) --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index c5dff56..7ac17eb 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -25,6 +25,6 @@ jobs: uses: actions/checkout@v4 - name: Swagger Editor Validator - uses: char0n/swagger-editor-validate@v1.4.0 + uses: swaggerexpert/swagger-editor-validate@v1 with: definition-file: ./2.0/api/2.0.spec.yaml \ No newline at end of file