Skip to content

Commit f347ba5

Browse files
authored
Merge pull request #582 from leotm/renovate/actions-setup-java-3.x
Update actions/setup-java action to v3.3.0
2 parents a630e22 + 0b66379 commit f347ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Set up JDK 18
35-
uses: actions/setup-java@v3.2.0
35+
uses: actions/setup-java@v3.3.0
3636
with:
3737
java-version: 18
3838
distribution: temurin

0 commit comments

Comments
 (0)