Skip to content

Commit eb6ec7d

Browse files
authored
Merge pull request #6 from skateball/main
chore: From Adoptium 17 to SapMachine 17
2 parents 0314a60 + f33504d commit eb6ec7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
with:
2222
package-name: org.sap.sap-hana-plugin-for-cytoscape
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3
26+
uses: actions/setup-java@v4
2727
with:
2828
java-version: '17'
29-
distribution: 'adopt'
29+
distribution: 'sapmachine'
3030
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3131
settings-path: ${{ github.workspace }} # location for the settings.xml file
3232

0 commit comments

Comments
 (0)