Skip to content

Commit bd40344

Browse files
Update test-cache.yml
1 parent 4cb2261 commit bd40344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Set up Java
19-
uses: actions/setup-java@v1
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: '9.0.4'
22+
distribution: 'temurin'
2223

2324

2425
- name: Verify Java version

0 commit comments

Comments
 (0)