Skip to content

Commit 79a208e

Browse files
committed
gen-2879: test alpine 3.23
1 parent ab2e952 commit 79a208e

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@v15
23+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@gen2879
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@v15
11+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@gen2879
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@v15
15+
uses: speakeasy-api/sdk-generation-action/.github/workflows/tag.yaml@gen2879
1616
with:
1717
registry_tags: main
1818
secrets:

0 commit comments

Comments
 (0)