diff --git a/.github/workflows/sdk-publish.yaml b/.github/workflows/sdk-publish.yaml index f20d7c8b..af61dda4 100644 --- a/.github/workflows/sdk-publish.yaml +++ b/.github/workflows/sdk-publish.yaml @@ -93,7 +93,7 @@ jobs: - name: Tune GitHub-hosted runner network uses: smorimoto/tune-github-hosted-runner-network@v1 - id: release - uses: speakeasy-api/sdk-generation-action@v15.6.0 + uses: speakeasy-api/sdk-generation-action@v15.16.0 with: github_access_token: ${{ secrets.github_access_token }} action: "release" diff --git a/.github/workflows/workflow-executor.yaml b/.github/workflows/workflow-executor.yaml index cd612d42..6c1586de 100644 --- a/.github/workflows/workflow-executor.yaml +++ b/.github/workflows/workflow-executor.yaml @@ -138,7 +138,7 @@ jobs: uses: smorimoto/tune-github-hosted-runner-network@v1 - id: run-workflow name: Run Generation Workflow - uses: speakeasy-api/sdk-generation-action@v15.6.0 + uses: speakeasy-api/sdk-generation-action@v15.16.0 with: speakeasy_version: ${{ inputs.speakeasy_version }} github_access_token: ${{ secrets.github_access_token }} diff --git a/action.yml b/action.yml index 5048e859..a02498dd 100644 --- a/action.yml +++ b/action.yml @@ -162,7 +162,7 @@ outputs: description: "The directory the SDK target was generated to" runs: using: "docker" - image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15.6.0" + image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15.16.0" env: SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }} SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}