Skip to content

Commit

Permalink
Update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 91134f9 commit 7bc4084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: git clone https://github.com/TheBusyBiscuit/Slimefun4

- name: Set up Java 17 JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v4.0.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down

0 comments on commit 7bc4084

Please sign in to comment.