Skip to content

Commit 8c5cc59

Browse files
committed
ci: use the renamed setup-generator and download actions
1 parent ea465ac commit 8c5cc59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
repository: vrchatapi/vrchatapi-python
2323
ref: ${{ inputs.ref || github.ref }}
2424

25-
- uses: vrchatapi/specification/.github/actions/generator@ci/modernise-actions
25+
- uses: vrchatapi/specification/.github/actions/setup-generator@ci/modernise-actions
2626

27-
- uses: vrchatapi/specification/.github/actions/bundle@ci/modernise-actions
27+
- uses: vrchatapi/specification/.github/actions/download@ci/modernise-actions
2828
with:
2929
bundle: openapi-legacy.yaml
3030

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v7
3030

31-
- uses: vrchatapi/specification/.github/actions/generator@ci/modernise-actions
31+
- uses: vrchatapi/specification/.github/actions/setup-generator@ci/modernise-actions
3232

3333
- name: Set up Python 3.14
3434
uses: actions/setup-python@v7

0 commit comments

Comments
 (0)