Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Commit cecd37f

Browse files
Update actions/setup-java action to v4
1 parent e8d61ae commit cecd37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: '17'
2020
distribution: 'adopt'

0 commit comments

Comments
 (0)