Skip to content

Commit a91ca61

Browse files
committed
Update github action using JDK 17
1 parent 8263bb4 commit a91ca61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout the repository
1818
uses: actions/checkout@v4
19-
- name: Set up JDK 11
20-
uses: actions/setup-java@v1
19+
- name: Set up JDK 17
20+
uses: actions/setup-java@v5
2121
with:
22-
java-version: 11
22+
java-version: '17'
2323
- name: Cache Maven packages
2424
uses: actions/cache@v4
2525
with:

0 commit comments

Comments
 (0)