From 24ba8bc902549863f9b26a0a8176f8f5dba152c8 Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 4 Aug 2026 17:36:14 -0400 Subject: [PATCH] SWI-12100 Use New Generate SDK Action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d95bba7..4ec1987 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: shell: bash - name: Generate SDK with Updated Version - uses: Bandwidth/generate-sdk-action@v4.0.0 + uses: Bandwidth/generate-sdk-action@v4.1.0 with: openapi-generator-version: ${{ env.OPENAPI_GENERATOR_VERSION }} language: typescript-axios