From 72d14f73e782b9a9f78d637c6956afac89dd2a57 Mon Sep 17 00:00:00 2001 From: Ryan Albert Date: Fri, 23 Feb 2024 10:11:28 -0800 Subject: [PATCH] feat: update --- .github/workflows/sdk-generation.yaml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk-generation.yaml b/.github/workflows/sdk-generation.yaml index 2c39d3f4..25cc3991 100644 --- a/.github/workflows/sdk-generation.yaml +++ b/.github/workflows/sdk-generation.yaml @@ -896,7 +896,7 @@ jobs: - name: Tune GitHub-hosted runner network uses: smorimoto/tune-github-hosted-runner-network@v1 - id: Finalize - uses: speakeasy-api/sdk-generation-action@v14.44 + uses: speakeasy-api/sdk-generation-action@v14 with: github_access_token: ${{ secrets.github_access_token }} languages: ${{ inputs.languages }} diff --git a/action.yml b/action.yml index 67647a3c..053a5592 100644 --- a/action.yml +++ b/action.yml @@ -229,7 +229,7 @@ outputs: description: "The location of the OpenAPI document used for generation" runs: using: "docker" - image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v14.44" + image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v14" env: SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }} SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}