We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0314a60 + f33504d commit eb6ec7dCopy full SHA for eb6ec7d
1 file changed
.github/workflows/maven-publish.yml
@@ -21,12 +21,12 @@ jobs:
21
with:
22
package-name: org.sap.sap-hana-plugin-for-cytoscape
23
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- name: Set up JDK 17
26
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
27
28
java-version: '17'
29
- distribution: 'adopt'
+ distribution: 'sapmachine'
30
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
31
settings-path: ${{ github.workspace }} # location for the settings.xml file
32
0 commit comments