Skip to content

Commit

Permalink
Merge pull request #168 from eclipse-basyx/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…development/actions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
FrankSchnicke authored Nov 30, 2023
2 parents cfba385 + 3bac2e3 commit be19d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: components
ref: development
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand Down

0 comments on commit be19d63

Please sign in to comment.