Skip to content

Commit 8641cd3

Browse files
committed
ci: bump actions and node to 24 so the generator loads
1 parent 96969b9 commit 8641cd3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
PASSED_VERSION: ${{ (github.event_name == 'repository_dispatch' && github.event.client_payload || fromJSON(inputs.json))['version'] }}
2727
VERSION_POSTPEND: ${{ github.event_name == 'workflow_dispatch' && inputs.version_postfix || '' }}
2828
steps:
29-
- uses: actions/setup-node@v1
29+
- uses: actions/setup-node@v7
3030
with:
31-
node-version: 16
31+
node-version: 24
3232

33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v7
3434

3535
- name: 'Cache node_modules'
36-
uses: actions/cache@v4
36+
uses: actions/cache@v6
3737
with:
3838
path: node_modules
3939
key: ${{ runner.os }}-node-v16-${{ hashFiles('**/generate.sh') }}
@@ -47,7 +47,7 @@ jobs:
4747
run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 6.2.1
4848

4949
- name: Set up Python 3.14
50-
uses: actions/setup-python@v1
50+
uses: actions/setup-python@v7
5151
with:
5252
python-version: 3.14
5353

@@ -73,7 +73,7 @@ jobs:
7373
run: unlink ${ARTIFACT_NAME}
7474

7575
- name: Deploy SDK back into main branch
76-
uses: JamesIves/github-pages-deploy-action@v4
76+
uses: JamesIves/github-pages-deploy-action@v4.9.0
7777
with:
7878
branch: main
7979
folder: .

0 commit comments

Comments
 (0)