Skip to content

Commit 940a7d6

Browse files
authored
Merge pull request #129 from 4drian3d/renovate/actions-setup-java-4.x
chore(deps): update actions/setup-java action to v4
2 parents 042bf5f + 0b20941 commit 940a7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up JDK 17
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v4
1616
with:
1717
cache: 'gradle'
1818
java-version: 17

0 commit comments

Comments
 (0)