mirror of
https://github.com/ViaVersion/ViaLoader.git
synced 2024-11-14 10:35:16 +01:00
Merge pull request #40 from ViaVersion/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
This commit is contained in:
commit
533021d185
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v3
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 21
|
||||
|
Loading…
Reference in New Issue
Block a user