Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 575b1be

Browse files
authoredFeb 9, 2024
Update actions/setup-java action to v4
1 parent a9ff4b0 commit 575b1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v2
5050

5151
- name: Set up JDK
52-
uses: actions/setup-java@v2
52+
uses: actions/setup-java@v4
5353
with:
5454
distribution: 'zulu'
5555
# https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html#running-versus-compiling

0 commit comments

Comments
 (0)
Please sign in to comment.