Skip to content

Commit

Permalink
Update action actions/setup-java to v3.6.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKusters committed Oct 19, 2022
1 parent 16afd8c commit 137f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0
- name: Set up Eclipse Temurin - JDK 19
uses: actions/setup-java@v3
uses: actions/setup-java@v3.6.0
with:
java-version: '19'
distribution: 'temurin'
Expand Down

0 comments on commit 137f70f

Please sign in to comment.