File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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') }}
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
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 : .
You can’t perform that action at this time.
0 commit comments