Skip to content

Commit afe3f1e

Browse files
Update test-cache.yml
1 parent dffd88f commit afe3f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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
distribution: 'zulu'
2222
java-version: '9.0.4'
23-
cache: ${{ matrix.build-system }}
23+
2424

2525
- name: Verify Java version
2626
run: java -version

0 commit comments

Comments
 (0)