Skip to content

Commit b6f5ee0

Browse files
Update actions/setup-java action to v5
1 parent 86f3fe6 commit b6f5ee0

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
@@ -13,7 +13,7 @@ jobs:
1313
fetch-tags: true
1414

1515
- name: Setup JDK 17
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
java-version: '17'
1919
distribution: 'temurin'

0 commit comments

Comments
 (0)