From debfa17559f6cf645a4c844623e981e8207c5b24 Mon Sep 17 00:00:00 2001 From: Ryan Albert Date: Mon, 18 Nov 2024 16:31:20 -0800 Subject: [PATCH] feat: update --- .github/workflows/sdk-publish.yaml | 2 +- .github/workflows/workflow-executor.yaml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sdk-publish.yaml b/.github/workflows/sdk-publish.yaml index d47af2eb..d9dbfad5 100644 --- a/.github/workflows/sdk-publish.yaml +++ b/.github/workflows/sdk-publish.yaml @@ -101,7 +101,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.32.9 + uses: speakeasy-api/sdk-generation-action@v15 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 1a5821c7..a51c7ba8 100644 --- a/.github/workflows/workflow-executor.yaml +++ b/.github/workflows/workflow-executor.yaml @@ -191,7 +191,7 @@ jobs: - id: run-workflow name: Run Generation Workflow if: ${{ steps.check-label.outputs.short_circuit_label_trigger != 'true' }} - uses: speakeasy-api/sdk-generation-action@v15.32.9 + uses: speakeasy-api/sdk-generation-action@v15 with: speakeasy_version: ${{ inputs.speakeasy_version }} github_access_token: ${{ secrets.github_access_token }} diff --git a/action.yml b/action.yml index 458de6fb..4f1538d6 100644 --- a/action.yml +++ b/action.yml @@ -169,7 +169,7 @@ outputs: description: "The directory the SDK target was generated to" runs: using: "docker" - image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15.32.9" + image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15" env: SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }} SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}