Skip to content

Commit

Permalink
Merge pull request #15 from RaphiMC/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
RaphiMC authored Jun 29, 2024
2 parents d3807f6 + 5723e4a commit 13e7f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit 13e7f0a

Please sign in to comment.