Skip to content

Commit 2980d76

Browse files
authored
Merge pull request #66 from bci-oss/update-esmf-sdk-py-aspect-model-loader-version
Add a constant
2 parents e03f864 + 9eca214 commit 2980d76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/antora-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
build-and-deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'
2020
java-version: '17'

site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ asciidoc:
6767
aspect-meta-model-version: '2.2.0'
6868
esmf-sdk-version: '2.10.2'
6969
esmf-sdk-js-aspect-model-loader-version: '2.3.3'
70+
esmf-sdk-py-aspect-model-loader-version: '2.2.1'
7071
example-ns: com.mycompany@
7172

0 commit comments

Comments
 (0)