Skip to content

Commit 5a9387a

Browse files
Update actions/setup-java action to v5
1 parent f4a20f6 commit 5a9387a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Set up JDK 1.8
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v5
1717
with:
1818
java-version: 1.8
1919
- name: Install SBT

0 commit comments

Comments
 (0)