Skip to content

Commit 5f6bd4b

Browse files
Merge pull request #87 from asdf-community/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents b96d067 + b0e1c11 commit 5f6bd4b

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
@@ -28,7 +28,7 @@ jobs:
2828
# with:
2929
# skip_install: true
3030
# command: kotlin -help
31-
- uses: actions/setup-java@v4
31+
- uses: actions/setup-java@v5
3232
with:
3333
distribution: 'temurin'
3434
java-version: '21'

0 commit comments

Comments
 (0)