Skip to content

Commit ad17a00

Browse files
dajudgeclaude
andauthored
Update actions/setup-java to v4 (#414)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent bed6647 commit ad17a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Set up JDK
39-
uses: actions/setup-java@v2
39+
uses: actions/setup-java@v4
4040
with:
4141
java-version: '17'
4242
distribution: 'temurin'

0 commit comments

Comments
 (0)