Skip to content

Commit 5b7c125

Browse files
committed
reset sdk-generation-action to v15
1 parent 428304c commit 5b7c125

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: Generate
2020
- cron: 0 0 * * *
2121
jobs:
2222
generate:
23-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@gen2879
23+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
2424
with:
2525
force: ${{ github.event.inputs.force }}
2626
mode: pr

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Publish
88
- RELEASES.md
99
jobs:
1010
publish:
11-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@gen2879
11+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
1212
with:
1313
runs-on: ubuntu-22.04
1414
secrets:

.github/workflows/tagging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
workflow_dispatch: {}
1313
jobs:
1414
tag:
15-
uses: speakeasy-api/sdk-generation-action/.github/workflows/tag.yaml@gen2879
15+
uses: speakeasy-api/sdk-generation-action/.github/workflows/tag.yaml@v15
1616
with:
1717
registry_tags: main
1818
secrets:

0 commit comments

Comments
 (0)