Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hal/elemento
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Nov 30, 2023
2 parents b4885e0 + 9185552 commit 7585cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up JDK
id: setup-jdk
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
Expand All @@ -28,7 +28,7 @@ jobs:
run: $MVN package
- name: Set up Maven Settings
id: setup-maven-settings
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with: # running setup-java again overwrites the settings.xml
java-version: 11
distribution: temurin
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up JDK
id: setup-jdk
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 19
distribution: temurin
Expand All @@ -67,7 +67,7 @@ jobs:
run: $MVN javadoc:javadoc -P snippets
- name: Publish
id: publish
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: apidoc
folder: ./core/target/site/apidocs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up JDK
id: setup-jdk
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
Expand Down

0 comments on commit 7585cb3

Please sign in to comment.