Skip to content

Commit 55947db

Browse files
Update actions/setup-java action to v4
1 parent 1f0779a commit 55947db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javadocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: git clone https://github.com/TheBusyBiscuit/Slimefun4
2626

2727
- name: Set up Java 17 JDK
28-
uses: actions/setup-java@v3.11.0
28+
uses: actions/setup-java@v4.5.0
2929
with:
3030
distribution: 'adopt'
3131
java-version: '17'

0 commit comments

Comments
 (0)