Skip to content

Commit e75d12b

Browse files
chore(deps): update actions/setup-java action to v5
1 parent 5c0fe1b commit e75d12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: '22.18.0'
19-
- uses: actions/setup-java@v4
19+
- uses: actions/setup-java@v5
2020
with:
2121
distribution: 'temurin'
2222
java-version: '17'

0 commit comments

Comments
 (0)