From 702fd9f4000b0ba324abd6809aa0710e74d1e376 Mon Sep 17 00:00:00 2001 From: Dylan Anthony <43723790+dbanty@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:11:41 -0600 Subject: [PATCH] Update checks.yml --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 152aee5..5aa230d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: openapi-generators/openapi-python-client-action@v2 with: - openapi-url: https://raw.githubusercontent.com/openapi-generators/openapi-python-client/main/end_to_end_tests/openapi.json + openapi-url: https://raw.githubusercontent.com/openapi-generators/openapi-python-client/main/end_to_end_tests/baseline_openapi_3.0.json