Skip to content

Commit 4ad96a9

Browse files
authored
Merge pull request #22 from MegavexNetwork/renovate/actions-setup-java-4.x
Update actions/setup-java action to v4
2 parents 17ba876 + 9fc2c23 commit 4ad96a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: gradle/wrapper-validation-action@v2
1616
- name: Set up JDK 8
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: 17
2020
distribution: 'temurin'

0 commit comments

Comments
 (0)