File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# Display Name of the workflow
2- name : Generate SDKs
2+ name : Publish - SDKs to Global Registries
33
44on :
55 # Allows you to run this workflow manually from the Actions tab
4545 steps :
4646 # Download all of the source code
4747 - name : Clone Repo Locally
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 # Set up NodeJS on the build host
5151 - name : Setup Node.JS Runtime
Original file line number Diff line number Diff line change 1- name : Deploy Swagger UI Spec Docs
1+ # Display Name of the workflow
2+ name : Publish - OpenAPI Specs to GitHub Pages
23
34# Determine when to run this workflow
45on :
Original file line number Diff line number Diff line change 11# Display Name of the workflow
2- name : Validate OpenAPI Spec Files
2+ name : Test - OpenAPI Specification Schemas
33
44on :
55 # Allows you to run this workflow manually from the Actions tab
@@ -27,17 +27,17 @@ jobs:
2727 steps :
2828 # Checks-out your repository under $GITHUB_WORKSPACE
2929 - name : Download Source Files
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 # Set up NodeJS on the build host
3333 - name : Setup Node.JS Environment
3434 uses : actions/setup-node@v4
3535 with :
36- node-version : 22.x
36+ node-version : 22
3737
3838 # Sets up OpenJDK on the build host
3939 - name : Set up Microsoft OpenJDK
40- uses : actions/setup-java@v4
40+ uses : actions/setup-java@v5
4141 with :
4242 java-version : ' 21'
4343 distribution : ' microsoft'
You can’t perform that action at this time.
0 commit comments