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 Feb 28, 2024
1 parent c5ad827 commit a5d08ec
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.1.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down

0 comments on commit a5d08ec

Please sign in to comment.