Skip to content

Commit 13e7f0a

Browse files
authored
Merge pull request #15 from RaphiMC/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents d3807f6 + 5723e4a commit 13e7f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Validate Gradle Wrapper
1212
uses: gradle/wrapper-validation-action@v1
1313
- name: Set up JDK 21
14-
uses: actions/setup-java@v3
14+
uses: actions/setup-java@v4
1515
with:
1616
distribution: temurin
1717
java-version: 21

0 commit comments

Comments
 (0)