Skip to content

Commit a308746

Browse files
chore(deps): update actions/setup-java action to v5
1 parent fc2746c commit a308746

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up JDK 8
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
java-version: '8'
2424
distribution: 'adopt'

0 commit comments

Comments
 (0)