Skip to content

Commit

Permalink
Updated outdated actions/setup-java to v4 (#371)
Browse files Browse the repository at this point in the history
Currently used version (v1) doesn't support distribution `sapmachine`
  • Loading branch information
mofterdinger authored Sep 20, 2024
1 parent ade06f5 commit 5e64e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'sapmachine'

- name: Build with Maven
run: mvn -ntp -B clean install

0 comments on commit 5e64e47

Please sign in to comment.