Skip to content

Commit 33c4866

Browse files
Rename + Update
Update action versions. Rename the files to be in sync with the rest of the repos. Comment polish.
1 parent 1b6884a commit 33c4866

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Display Name of the workflow
2-
name: Generate SDKs
2+
name: Publish - SDKs to Global Registries
33

44
on:
55
# Allows you to run this workflow manually from the Actions tab
@@ -45,7 +45,7 @@ jobs:
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
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
45
on:
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Display Name of the workflow
2-
name: Validate OpenAPI Spec Files
2+
name: Test - OpenAPI Specification Schemas
33

44
on:
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'

0 commit comments

Comments
 (0)